summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-08-11 16:38:04 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-08-11 16:38:04 +0000
commitdba4904ddb5e82f0e941069da90d662d07d9c87f (patch)
tree1f4640f0cb4d14dc1152efe6bba1e295987bb0a3 /riscos/gui.c
parentd6ceb37fade318498d00df9117e24db01c9bdde4 (diff)
downloadnetsurf-dba4904ddb5e82f0e941069da90d662d07d9c87f.tar.gz
netsurf-dba4904ddb5e82f0e941069da90d662d07d9c87f.tar.bz2
[project @ 2004-08-11 16:38:04 by jmb]
Add gui and plugin sources missed from previous checkin svn path=/import/netsurf/; revision=1210
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index a047e3a68..34672c65f 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -1018,8 +1018,7 @@ void ro_gui_user_message(wimp_event_no event, wimp_message *message)
case message_PLUG_IN_NOTIFY:
case message_PLUG_IN_ABORT:
case message_PLUG_IN_ACTION:
- plugin_msg_parse(message,
- event == wimp_USER_MESSAGE_ACKNOWLEDGE);
+ plugin_msg_parse(message, event == wimp_USER_MESSAGE_ACKNOWLEDGE);
break;
#endif
#ifdef WITH_PRINT