Skip to content

Commit 56dbc37

Browse files
committed
Update util.h
1 parent 9702ee3 commit 56dbc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/json/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ json_val_eq(const json_t * __restrict obj, const char * __restrict str) {
243243
*/
244244
JSON_INLINE
245245
bool
246-
json_key_eqsz(const json_t * __restrict obj,
246+
json_val_eqsz(const json_t * __restrict obj,
247247
const char * __restrict str,
248248
size_t strsize) {
249249
if (strsize != (size_t)obj->valSize)

0 commit comments

Comments
 (0)