summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-28 22:39:25 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-28 22:39:25 +0000
commit7cb0619fe8c39d189dbcfa4ecbd0db573ff250e6 (patch)
tree0b5136ca7fbba1ac4234bf2465dbd3033d63743b /riscos
parent654da2ffb5abf2afe9532f1d0cb77ed88f8a97cc (diff)
downloadnetsurf-7cb0619fe8c39d189dbcfa4ecbd0db573ff250e6.tar.gz
netsurf-7cb0619fe8c39d189dbcfa4ecbd0db573ff250e6.tar.bz2
fix dumb typos from utf8 error return refactor
Diffstat (limited to 'riscos')
-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;