We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461aaba commit 514b719Copy full SHA for 514b719
1 file changed
utf8proc.c
@@ -837,6 +837,6 @@ UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFKC_Casefold(const utf8proc_uint8
837
return retval;
838
}
839
840
-UTF8PROC_DLLEXPORT void utf8proc_free(utf8proc_uint8_t *ptr) {
+UTF8PROC_DLLEXPORT void utf8proc_free(utf8proc_uint8_t *ptr) {
841
free(ptr);
842
0 commit comments