Skip to content

Commit

Permalink
Update util.h
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Nov 17, 2019
1 parent 9702ee3 commit 56dbc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/json/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ json_val_eq(const json_t * __restrict obj, const char * __restrict str) {
*/
JSON_INLINE
bool
json_key_eqsz(const json_t * __restrict obj,
json_val_eqsz(const json_t * __restrict obj,
const char * __restrict str,
size_t strsize) {
if (strsize != (size_t)obj->valSize)
Expand Down

0 comments on commit 56dbc37

Please sign in to comment.