preproc fix
This commit is contained in:
@@ -512,7 +512,7 @@ curs_destroy_all_wins(void)
|
|||||||
* which reports "warning: Use of memory after it is freed") */
|
* which reports "warning: Use of memory after it is freed") */
|
||||||
while (nhwids)
|
while (nhwids)
|
||||||
curses_del_wid(nhwids->nhwid);
|
curses_del_wid(nhwids->nhwid);
|
||||||
#lse
|
#else
|
||||||
while (nhwids) {
|
while (nhwids) {
|
||||||
nethack_wid *tmpptr = nhwids;
|
nethack_wid *tmpptr = nhwids;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user