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 */ }