]> granicus.if.org Git - nethack/commitdiff
syntax bit
authornhmall <nhmall@nethack.org>
Sat, 12 Sep 2020 04:32:05 +0000 (00:32 -0400)
committernhmall <nhmall@nethack.org>
Sat, 12 Sep 2020 04:32:05 +0000 (00:32 -0400)
src/restore.c

index 3f4505e5ee7abb965ad621e401fd9a4734cb15d2..816ca3f8eb48418e3344527339931674083235e4 100644 (file)
@@ -830,7 +830,7 @@ NHFILE *nhfp;
 #ifdef AMII_GRAPHICS
     {
         extern struct window_procs amii_procs;
-        if (WINDOWPORT("amii") {
+        if (WINDOWPORT("amii")) {
             extern winid WIN_BASE;
             clear_nhwindow(WIN_BASE); /* hack until there's a hook for this */
         }