diff options
Diffstat (limited to 'miscutils/man.c')
-rw-r--r-- | miscutils/man.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/man.c b/miscutils/man.c index edeffc776..f499fef62 100644 --- a/miscutils/man.c +++ b/miscutils/man.c | |||
@@ -112,7 +112,7 @@ int man_main(int argc UNUSED_PARAM, char **argv) | |||
112 | man_path_list[count_mp] = xstrdup(token[1]); | 112 | man_path_list[count_mp] = xstrdup(token[1]); |
113 | count_mp++; | 113 | count_mp++; |
114 | /* man_path_list is NULL terminated */ | 114 | /* man_path_list is NULL terminated */ |
115 | man_path_list[count_mp] = NULL; | 115 | /*man_path_list[count_mp] = NULL; - xrealloc_vector did it */ |
116 | } | 116 | } |
117 | if (strcmp("MANSECT", token[0]) == 0) { | 117 | if (strcmp("MANSECT", token[0]) == 0) { |
118 | free(sec_list); | 118 | free(sec_list); |