summaryrefslogtreecommitdiff
path: root/riscos/help.c
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2004-07-05 20:19:52 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2004-07-05 20:19:52 +0000
commita0d511734ae464d6e7b4d2f5e019611c0cdafea9 (patch)
tree3427f02b2f829492f6bf89d16c7af91726878e9c /riscos/help.c
parentab11d2c94d0ed5c4ed9ab4f32417e3c1c4cf8fb9 (diff)
downloadnetsurf-a0d511734ae464d6e7b4d2f5e019611c0cdafea9.tar.gz
netsurf-a0d511734ae464d6e7b4d2f5e019611c0cdafea9.tar.bz2
[project @ 2004-07-05 20:19:51 by joty]
Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
Diffstat (limited to 'riscos/help.c')
-rw-r--r--riscos/help.c4
1 files changed, 2 insertions, 2 deletions
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
*/