From d721c0473d7c1768c94b1bed12fb544a20992707 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 23 May 2004 12:50:37 +0000 Subject: [project @ 2004-05-23 12:50:37 by rjw] Fix for my stupidity. svn path=/import/netsurf/; revision=892 --- riscos/options.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'riscos') diff --git a/riscos/options.h b/riscos/options.h index 3dfb44d4d..fa26885ea 100644 --- a/riscos/options.h +++ b/riscos/options.h @@ -58,12 +58,12 @@ bool option_toolbar_show_status = true; \ bool option_toolbar_show_buttons = true; \ bool option_toolbar_show_address = true; \ bool option_toolbar_show_throbber = true; \ -bool option_animate_images = true; -int option_window_x = 0; -int option_window_y = 0; -int option_window_width = 0; -int option_window_height = 0; -int option_window_screen_width = 0; +bool option_animate_images = true; \ +int option_window_x = 0; \ +int option_window_y = 0; \ +int option_window_width = 0; \ +int option_window_height = 0; \ +int option_window_screen_width = 0; \ int option_window_screen_height = 0; #define EXTRA_OPTION_TABLE \ -- cgit v1.2.3