From f6b4fdfefd1f22393dfb3cd13f41dc76695ffd6f Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 26 Aug 2015 21:07:05 +0200 Subject: [PATCH] comment --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index d12ac5c..4be8679 100644 --- a/util.c +++ b/util.c @@ -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)