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 68a75c6d7..fb96cae02 100644 --- a/miscutils/man.c +++ b/miscutils/man.c | |||
@@ -201,7 +201,7 @@ static char **add_MANPATH(char **man_path_list, int *count_mp, char *path) | |||
201 | char **path_element; | 201 | char **path_element; |
202 | 202 | ||
203 | #if ENABLE_PLATFORM_MINGW32 | 203 | #if ENABLE_PLATFORM_MINGW32 |
204 | next_path = next_path_sep(path); | 204 | next_path = (char *)next_path_sep(path); |
205 | #else | 205 | #else |
206 | next_path = strchr(path, ':'); | 206 | next_path = strchr(path, ':'); |
207 | #endif | 207 | #endif |