diff options
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r-- | src/idevicerestore.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 7f545ed..8625176 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -1793,8 +1793,7 @@ int build_identity_get_component_path(plist_t build_identity, const char* compon return 0; } -const char* get_component_name(const char* filename) -{ +const char* get_component_name(const char* filename) { if (!strncmp(filename, "LLB", 3)) { return "LLB"; } else if (!strncmp(filename, "iBoot", 5)) { |