diff options
Diffstat (limited to 'comp/lucas-standen-NEA/code2/zpy.c')
-rw-r--r-- | comp/lucas-standen-NEA/code2/zpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comp/lucas-standen-NEA/code2/zpy.c b/comp/lucas-standen-NEA/code2/zpy.c index 65fd7ae..3f19a06 100644 --- a/comp/lucas-standen-NEA/code2/zpy.c +++ b/comp/lucas-standen-NEA/code2/zpy.c @@ -16,7 +16,7 @@ char compilerflags[64][128]; int compilerflagscount = 0; //# this function return will deal with the args given to stdin, and put the needed values into globals -void processargs(int argc, char **argv){ +static void processargs(int argc, char **argv){ for (int i = 1; i < argc; i++){ if (argv[i][0] == '-'){ switch (argv[i][1]){ |