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 d319e8bba..deaf9e5ab 100644 --- a/miscutils/man.c +++ b/miscutils/man.c | |||
@@ -303,7 +303,7 @@ int man_main(int argc UNUSED_PARAM, char **argv) | |||
303 | config_close(parser); | 303 | config_close(parser); |
304 | 304 | ||
305 | if (!man_path_list) { | 305 | if (!man_path_list) { |
306 | static const char *const mpl[] = { "/usr/man", "/usr/share/man", NULL }; | 306 | static const char *const mpl[] ALIGN_PTR = { "/usr/man", "/usr/share/man", NULL }; |
307 | man_path_list = (char**)mpl; | 307 | man_path_list = (char**)mpl; |
308 | /*count_mp = 2; - not used below anyway */ | 308 | /*count_mp = 2; - not used below anyway */ |
309 | } | 309 | } |