[misc] Correct comment

This commit is contained in:
ejurgensen 2021-03-27 22:44:16 +01:00
parent 9c3887a80f
commit 75f6c72003
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#include <time.h>
// Convenience macro so that instead of calling jparse with an array of keys
// to follow, you can call JPARSE_DRILLDOWN(haystack, "key1", "key2"...)
// to follow, you can call JPARSE_SELECT(haystack, "key1", "key2"...)
#define JPARSE_SELECT(haystack, ...) jparse_select(haystack, (const char *[]){__VA_ARGS__, NULL})
json_object *