Windows NetHackW.c bit

This commit is contained in:
nhmall
2024-11-12 19:30:43 -05:00
parent 724f8f865c
commit 277a0e4464

View File

@@ -256,7 +256,7 @@ free_winmain_stuff(void)
int cnt; int cnt;
for (cnt = 0; cnt < MAX_CMDLINE_PARAM; ++cnt) { for (cnt = 0; cnt < MAX_CMDLINE_PARAM; ++cnt) {
if (argv[cnt] && argv) if (argv[cnt])
free((genericptr_t) argv[cnt]); free((genericptr_t) argv[cnt]);
} }
} }