summaryrefslogtreecommitdiff
path: root/ext/json/utf8_to_utf16.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/utf8_to_utf16.h')
-rw-r--r--ext/json/utf8_to_utf16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/utf8_to_utf16.h b/ext/json/utf8_to_utf16.h
index 5aff0268b..5c9685a99 100644
--- a/ext/json/utf8_to_utf16.h
+++ b/ext/json/utf8_to_utf16.h
@@ -1,3 +1,3 @@
/* utf8_to_utf16.h */
-extern int utf8_to_utf16(unsigned short w[], char p[], int length);
+extern int utf8_to_utf16(unsigned short *w, char p[], int length);