diff options
Diffstat (limited to 'src/LYLocal.c')
-rw-r--r-- | src/LYLocal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYLocal.c b/src/LYLocal.c index fcecce15..2e14a526 100644 --- a/src/LYLocal.c +++ b/src/LYLocal.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYLocal.c,v 1.131 2016/11/24 17:18:55 tom Exp $ + * $LynxId: LYLocal.c,v 1.132 2018/12/27 10:33:52 tom Exp $ * * Routines to manipulate the local filesystem. * Written by: Rick Mallett, Carleton University @@ -377,7 +377,7 @@ static BOOLEAN ok_localname(char *dst, const char *src) #define MAX_ARGC 10 -static char **make_argv(const char *command,...) +static char **make_argv(const char *command, ...) { static char *result[MAX_ARGC]; int argc = 0; |