summaryrefslogtreecommitdiff
path: root/riscos/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/theme.c')
-rw-r--r--riscos/theme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/theme.c b/riscos/theme.c
index 592fa0a7c..333c9e6f8 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -182,8 +182,8 @@ static void ro_gui_theme_get_available_in_dir(const char *directory)
(osgbpb_info_list *) &info, 1, context,
sizeof(info), 0, &read_count, &context);
if (error) {
- LOG(("xosgbpb_dir_entries_info: 0x%x: %s",
- error->errnum, error->errmess));
+ LOG("xosgbpb_dir_entries_info: 0x%x: %s",
+ error->errnum, error->errmess);
if (error->errnum == 0xd6) /* no such dir */
return;
warn_user("MiscError", error->errmess);