From a3be3f79b6131892fc18fd3b73a5950764f181eb Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 12 Sep 2020 00:32:05 -0400 Subject: [PATCH] syntax bit --- src/restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/restore.c b/src/restore.c index 3f4505e5e..816ca3f8e 100644 --- a/src/restore.c +++ b/src/restore.c @@ -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 */ }