diff options
Diffstat (limited to 'miscutils/man.c')
-rw-r--r-- | miscutils/man.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/man.c b/miscutils/man.c index 7ef5941..adb85b8 100644 --- a/miscutils/man.c +++ b/miscutils/man.c @@ -82,6 +82,7 @@ int man_main(int argc UNUSED_PARAM, char **argv) char *cur_path, *cur_sect; int count_mp, cur_mp; int opt, not_found; + char *token[2]; opt_complementary = "-1"; /* at least one argument */ opt = getopt32(argv, "+aw"); |