diff options
Diffstat (limited to 'src/du.c')
-rw-r--r-- | src/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ enum TIME_STYLE_OPTION }; -static const struct option const long_options[] = +static struct option const long_options[] = { {"all", no_argument, NULL, 'a'}, {"apparent-size", no_argument, NULL, APPARENT_SIZE_OPTION}, |