From 349f3871be6476ec38990927f6abc9a48574a469 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 23 Jan 2025 19:37:19 -0500 Subject: [PATCH] preproc fix --- win/curses/curswins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/curses/curswins.c b/win/curses/curswins.c index f7f9e1d96..9fe04edd4 100644 --- a/win/curses/curswins.c +++ b/win/curses/curswins.c @@ -512,7 +512,7 @@ curs_destroy_all_wins(void) * which reports "warning: Use of memory after it is freed") */ while (nhwids) curses_del_wid(nhwids->nhwid); -#lse +#else while (nhwids) { nethack_wid *tmpptr = nhwids;