summaryrefslogtreecommitdiff
path: root/riscos/configure/con_language.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/configure/con_language.c')
-rw-r--r--riscos/configure/con_language.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/configure/con_language.c b/riscos/configure/con_language.c
index ace7a6fdf..48c20fc46 100644
--- a/riscos/configure/con_language.c
+++ b/riscos/configure/con_language.c
@@ -99,7 +99,7 @@ bool ro_gui_options_language_ok(wimp_w w)
if (temp) {
nsoption_set_charp(language, temp);
} else {
- LOG(("No memory to duplicate language code"));
+ LOG("No memory to duplicate language code");
warn_user("NoMemory", 0);
}
}
@@ -114,7 +114,7 @@ bool ro_gui_options_language_ok(wimp_w w)
if (temp) {
nsoption_set_charp(accept_language,temp);
} else {
- LOG(("No memory to duplicate language code"));
+ LOG("No memory to duplicate language code");
warn_user("NoMemory", 0);
}
}