]> granicus.if.org Git - nethack/commitdiff
glyph variable is actually used
authorPasi Kallinen <paxed@alt.org>
Sat, 1 Dec 2018 06:58:36 +0000 (08:58 +0200)
committerPasi Kallinen <paxed@alt.org>
Sat, 1 Dec 2018 06:58:36 +0000 (08:58 +0200)
src/windows.c

index 9e7ffe5b399b3c418de4c0354527c42c54a56987..7326dd7a21f084cbb9bab9ceb12a0f1839c387f9 100644 (file)
@@ -1277,7 +1277,7 @@ winid win UNUSED;
 STATIC_OVL void
 dump_add_menu(win, glyph, identifier, ch, gch, attr, str, preselected)
 winid win UNUSED;
-int glyph UNUSED;
+int glyph;
 const anything *identifier UNUSED;
 char ch;
 char gch UNUSED;