diff options
Diffstat (limited to 'tools/ideviceinfo.c')
| -rw-r--r-- | tools/ideviceinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ideviceinfo.c b/tools/ideviceinfo.c index 0c23d3c..d270b73 100644 --- a/tools/ideviceinfo.c +++ b/tools/ideviceinfo.c | |||
| @@ -378,6 +378,7 @@ int main(int argc, char *argv[]) | |||
| 378 | node_type = plist_get_node_type(node); | 378 | node_type = plist_get_node_type(node); |
| 379 | if (node_type == PLIST_DICT) { | 379 | if (node_type == PLIST_DICT) { |
| 380 | plist_dict_to_string(node); | 380 | plist_dict_to_string(node); |
| 381 | break; | ||
| 381 | } else if (node_type == PLIST_ARRAY) { | 382 | } else if (node_type == PLIST_ARRAY) { |
| 382 | plist_array_to_string(node); | 383 | plist_array_to_string(node); |
| 383 | break; | 384 | break; |
