Cosmetic: missing "static"
[timeplan.git] / timeplan.c
index 62ee68f..924f0d8 100644 (file)
@@ -25,7 +25,7 @@
 #define ERRNO2 strerror(errno)
 #define FAKEUSE =0
 
-static const char version[]="This is TimePlan, version 1.0\n";
+static const char version[]="This is TimePlan, version 1.0.1\n";
 static const char *pname;
 static char *finame;
 static FILE *fi;
@@ -232,7 +232,7 @@ struct textlist {
        int line;
        char text[1];
        };
-struct textlist *conditions,**conditionstail=&conditions;
+static struct textlist *conditions,**conditionstail=&conditions;
 
 static int iscondition(const char *text)
 {