summaryrefslogtreecommitdiff
path: root/riscos/theme.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-28 01:31:57 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-28 01:31:57 +0000
commit02d61df4e53dbcf9d2ee9637295eaf9462c62598 (patch)
treeec3b3a6ad55cf9474615624b2dea22ec0629b56f /riscos/theme.c
parent8468bbbb2d9b865dcbe8728043936969d4859877 (diff)
downloadnetsurf-02d61df4e53dbcf9d2ee9637295eaf9462c62598.tar.gz
netsurf-02d61df4e53dbcf9d2ee9637295eaf9462c62598.tar.bz2
Squash warning
svn path=/trunk/netsurf/; revision=6962
Diffstat (limited to 'riscos/theme.c')
-rw-r--r--riscos/theme.c2
1 files changed, 1 insertions, 1 deletions
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))