1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

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

View file

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