This commit is contained in:
Jan-Piet Mens
2015-08-26 21:07:05 +02:00
parent fa6b8fdb0b
commit f6b4fdfefd
+1 -1
View File
@@ -143,7 +143,7 @@ int splitter(char *s, char *sep, char **parts)
/*
* Split a string separated by characters in `sep' into a JSON
* array and return that.
* array and return that or NULL on error.
*/
JsonNode *json_splitter(char *s, char *sep)