summaryrefslogtreecommitdiffstats
path: root/src/globset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globset.h')
-rw-r--r--src/globset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globset.h b/src/globset.h
index 58cbd3de..85fdd192 100644
--- a/src/globset.h
+++ b/src/globset.h
@@ -26,7 +26,7 @@ struct globset_handler
void *closure;
/* the pattern */
- char pattern[1];
+ char pattern[];
};
struct globset;