mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-11 23:13:24 -05:00
[misc] Correct comment
This commit is contained in:
parent
9c3887a80f
commit
75f6c72003
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user