diff -r a38a34da7282 -r 79f9ed5b23e6 main_gui.c --- a/main_gui.c Mon Sep 06 20:51:25 2004 +0000 +++ b/main_gui.c Mon Sep 06 21:20:01 2004 +0000 @@ -738,7 +738,7 @@ // routine to disable/enable the zoom buttons. Didn't know where to place these otherwise { - Window * wt; + Window *wt = NULL; switch (w->window_class) { case WC_MAIN_WINDOW: wt = FindWindowById(WC_MAIN_TOOLBAR, 0);