From: Pasi Kallinen Date: Sat, 2 Sep 2017 15:51:45 +0000 (+0300) Subject: Fix proto decl X-Git-Tag: NetHack-3.6.1_RC01~408 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=697d2953ffe07278cd67c7c41c0943c5d1e33d1d;p=nethack Fix proto decl --- diff --git a/src/files.c b/src/files.c index ef1f00d46..7f285b21c 100644 --- a/src/files.c +++ b/src/files.c @@ -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