]> granicus.if.org Git - nethack/commitdiff
Fix proto decl
authorPasi Kallinen <paxed@alt.org>
Sat, 2 Sep 2017 15:51:45 +0000 (18:51 +0300)
committerPasi Kallinen <paxed@alt.org>
Sat, 2 Sep 2017 15:51:45 +0000 (18:51 +0300)
src/files.c

index ef1f00d46d21bde89f7f2c750fe4af8dc6753944..7f285b21c9db334509816bdde56eb7a574dd445c 100644 (file)
@@ -199,7 +199,7 @@ STATIC_DCL void FDECL(set_symhandling, (char *, int));
 STATIC_DCL void FDECL(adjust_prefix, (char *, int));
 #endif
 STATIC_DCL void NDECL(free_config_sections);
-STATIC_DCL char *FDECL(choose_random_part, (char *, char));
+STATIC_DCL char *FDECL(choose_random_part, (char *, CHAR_P));
 STATIC_DCL boolean FDECL(is_config_section, (const char *));
 STATIC_DCL boolean FDECL(handle_config_section, (char *));
 #ifdef SELF_RECOVER