aboutsummaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-09-01 18:01:53 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-09-01 18:01:53 +1200
commit93b76533735fc1d9fd666787acd65db8507d9119 (patch)
tree05f9cfe409f172be706dfd8625145c5d2bb7da54 /common.c
parenta3e613bae93526edebb6546c6c9d02d6587145f3 (diff)
downloadparamano-93b76533735fc1d9fd666787acd65db8507d9119.tar.xz
Enforced staticness
Diffstat (limited to 'common.c')
-rw-r--r--common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.c b/common.c
index b7e661f..d1be19b 100644
--- a/common.c
+++ b/common.c
@@ -20,7 +20,6 @@
#include <stdarg.h>
-
/***********************************************************************
* Return integer value from first line in file (formatted filename)
**********************************************************************/