summaryrefslogtreecommitdiff
path: root/riscos/ucstables.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/ucstables.c')
-rw-r--r--riscos/ucstables.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/ucstables.c b/riscos/ucstables.c
index 92b9121f9..ffe92be30 100644
--- a/riscos/ucstables.c
+++ b/riscos/ucstables.c
@@ -451,7 +451,8 @@ utf8_convert_ret utf8_to_local_encoding(const char *string, size_t len,
const char *enc;
utf8_convert_ret err;
- assert(string && result);
+ assert(string);
+ assert(result);
/* get length, if necessary */
if (len == 0)