summaryrefslogtreecommitdiff
path: root/riscos/menus.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-11-06 19:41:41 +0000
committerJames Bursa <james@netsurf-browser.org>2003-11-06 19:41:41 +0000
commitb212e59a20f304132e8c6636771d250ac7998ad3 (patch)
tree41ae6f084229ac7a517b81dbe6a3f2e3f3ea6137 /riscos/menus.c
parent33759f1e7b56b9ec682f3b82c878818018e652c8 (diff)
downloadnetsurf-b212e59a20f304132e8c6636771d250ac7998ad3.tar.gz
netsurf-b212e59a20f304132e8c6636771d250ac7998ad3.tar.bz2
[project @ 2003-11-06 19:41:41 by bursa]
Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
Diffstat (limited to 'riscos/menus.c')
-rw-r--r--riscos/menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/menus.c b/riscos/menus.c
index 523185c2c..0ac15431a 100644
--- a/riscos/menus.c
+++ b/riscos/menus.c
@@ -173,7 +173,7 @@ void ro_gui_menu_selection(wimp_selection *selection)
ro_gui_open_help_page();
break;
case 3: /* Quit */
- netsurf_quit = 1;
+ netsurf_quit = true;
break;
}