From 02d61df4e53dbcf9d2ee9637295eaf9462c62598 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 28 Mar 2009 01:31:57 +0000 Subject: Squash warning svn path=/trunk/netsurf/; revision=6962 --- riscos/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscos/theme.c b/riscos/theme.c index 4a23f7b6f..32dca805b 100644 --- a/riscos/theme.c +++ b/riscos/theme.c @@ -1831,7 +1831,7 @@ void ro_gui_theme_toolbar_editor_drag_end(wimp_dragged *drag) struct toolbar_icon *insert_icon; struct toolbar_icon *local_icon = NULL; struct toolbar_icon *icon; - bool before; + bool before = false; if ((!theme_toolbar_drag) || (!theme_toolbar_icon_drag) || (!theme_toolbar_drag->editor)) -- cgit v1.2.3