summaryrefslogtreecommitdiff
path: root/riscos/ucstables.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/ucstables.c')
-rw-r--r--riscos/ucstables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/ucstables.c b/riscos/ucstables.c
index 4754bac89..b9f196df0 100644
--- a/riscos/ucstables.c
+++ b/riscos/ucstables.c
@@ -645,7 +645,7 @@ nserror utf8_from_local_encoding(const char *string, size_t len, char **result)
(3 * SPECIAL_CHUNK_SIZE));
if (!temp) {
free(*result);
- return NSERRO_NOMEM;
+ return NSERROR_NOMEM;
}
*result = temp;