mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
fix a parameter type mismatch in jsonsl
This commit is contained in:
parent
9effd65f3e
commit
3836821a95
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue