one file missed in yesterday's commit

This commit is contained in:
nhmall
2020-06-09 09:04:15 -04:00
parent bb1a0dd60b
commit b87d2242af

View File

@@ -39,7 +39,7 @@ static void NDECL(dump_plines);
static void FDECL(dump_everything, (int, time_t));
#if defined(__BEOS__) || defined(MICRO) || defined(OS2) || defined(WIN32)
extern void FDECL(nethack_exit, (int));
extern void FDECL(nethack_exit, (int)) NORETURN;
#else
#define nethack_exit exit
#endif