diff options
Diffstat (limited to 'src/who.c')
-rw-r--r-- | src/who.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ enum LOOKUP_OPTION = CHAR_MAX + 1 }; -static const struct option const longopts[] = +static struct option const longopts[] = { {"all", no_argument, NULL, 'a'}, {"boot", no_argument, NULL, 'b'}, |