diff options
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r-- | util-linux/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 5ee13ec8b..41299d2c3 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -276,7 +276,7 @@ static const char getopt_longopts[] = | |||
276 | "unquoted\0" No_argument "u" | 276 | "unquoted\0" No_argument "u" |
277 | "alternative\0" No_argument "a" | 277 | "alternative\0" No_argument "a" |
278 | "name\0" Required_argument "n" | 278 | "name\0" Required_argument "n" |
279 | "\0"; | 279 | ; |
280 | #endif | 280 | #endif |
281 | 281 | ||
282 | int getopt_main(int argc, char *argv[]); | 282 | int getopt_main(int argc, char *argv[]); |