diff options
Diffstat (limited to 'Src/glob.c')
-rw-r--r-- | Src/glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/glob.c b/Src/glob.c index 56e0ac133..f8fd2aa4a 100644 --- a/Src/glob.c +++ b/Src/glob.c @@ -583,7 +583,7 @@ compalloc(void) /**/ static int -getglobflags() +getglobflags(void) { char *nptr; /* (#X): assumes we are still positioned on the initial '(' */ |