fix a parameter type mismatch in jsonsl

This commit is contained in:
Mitchell Livingston 2012-11-11 07:11:13 +00:00
parent 9effd65f3e
commit 3836821a95
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ JSONSL_API
jsonsl_jpr_match_t
jsonsl_jpr_match(jsonsl_jpr_t jpr,
jsonsl_type_t parent_type,
unsigned int parent_level,
size_t parent_level,
const char *key,
size_t nkey)
{