Skip to content

Commit 514b719

Browse files
authored
Apply suggestion from @stevengj
1 parent 461aaba commit 514b719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utf8proc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,6 @@ UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFKC_Casefold(const utf8proc_uint8
837837
return retval;
838838
}
839839

840-
UTF8PROC_DLLEXPORT void utf8proc_free(utf8proc_uint8_t *ptr) {
840+
UTF8PROC_DLLEXPORT void utf8proc_free(utf8proc_uint8_t *ptr) {
841841
free(ptr);
842842
}

0 commit comments

Comments
 (0)