summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 24fa7f7..5c71974 100644
--- a/utf8.c
+++ b/utf8.c
@@ -70,7 +70,7 @@ cptoutf8(char * utf8_str, uint32_t c)
/* Returns 0 if the conversion has failed else 1. */
/* ======================================================================= */
int
-utf8_interpret(char * s, langinfo_t * langinfo, char substitute)
+utf8_interpret(char * s, char substitute)
{
char * utf8_str; /* \uxx... */
size_t utf8_to_eos_len; /* bytes in s starting from the first *