mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 01:50:26 -05:00
[misc] Correct comment
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
// Convenience macro so that instead of calling jparse with an array of keys
|
// 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})
|
#define JPARSE_SELECT(haystack, ...) jparse_select(haystack, (const char *[]){__VA_ARGS__, NULL})
|
||||||
|
|
||||||
json_object *
|
json_object *
|
||||||
|
|||||||
Reference in New Issue
Block a user