From a0d511734ae464d6e7b4d2f5e019611c0cdafea9 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Mon, 5 Jul 2004 20:19:52 +0000 Subject: [project @ 2004-07-05 20:19:51 by joty] Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049 --- riscos/help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/help.c') diff --git a/riscos/help.c b/riscos/help.c index 5e782a7a8..f7f40c1fe 100644 --- a/riscos/help.c +++ b/riscos/help.c @@ -67,7 +67,7 @@ void ro_gui_interactive_help_request(wimp_message *message) { /* Ensure we have a help request */ if ((!message) || (message->action != message_HELP_REQUEST)) return; - + /* Remember the time of the request */ xos_read_monotonic_time(&help_time); @@ -224,7 +224,7 @@ int ro_gui_interactive_help_available() { int context = 0; char *end; os_t time; - + /* Check if we've received a help request in the last 0.5s to test for generic interactive help applications */ -- cgit v1.2.3