main_gui.c
changeset 168 79f9ed5b23e6
parent 152 c3964b43943e
child 176 84990c4b9212
--- 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);