diff options
Diffstat (limited to 'src/rc/_usage.h')
-rw-r--r-- | src/rc/_usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/_usage.h b/src/rc/_usage.h index fd20971b..a66e18b9 100644 --- a/src/rc/_usage.h +++ b/src/rc/_usage.h @@ -46,7 +46,7 @@ extern const char *applet; extern const char *extraopts; -extern const char *getoptstring; +extern const char getoptstring[]; extern const struct option longopts[]; extern const char * const longopts_help[]; extern const char *usagestring; |