summaryrefslogtreecommitdiffstats
path: root/src/img4.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2015-01-30 17:13:58 +0100
committerGravatar Martin Szulecki2015-01-30 17:13:58 +0100
commit46f8532a1b55edbb3367dc7524701ee23bc6175c (patch)
tree374784862ee3b5a9e38e11ebc830dff605e80f18 /src/img4.c
parent8f01a6ee7f4a0da815c96882a67cc3e83590b3e6 (diff)
downloadidevicerestore-fixtrailingwhitespaces.tar.gz
idevicerestore-fixtrailingwhitespaces.tar.bz2
Fix a bunch of trailing whitespace errorsfixtrailingwhitespaces
Diffstat (limited to 'src/img4.c')
-rw-r--r--src/img4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/img4.c b/src/img4.c
index 18d8ab3..fb63681 100644
--- a/src/img4.c
+++ b/src/img4.c
@@ -76,7 +76,7 @@ static unsigned char* asn1_create_element_header(unsigned char type, unsigned in
*data_size = off;
return *data;
-}
+}
int img4_stitch_component(const char* component_name, const unsigned char* component_data, unsigned int component_size, const unsigned char* blob, unsigned int blob_size, unsigned char** img4_data, unsigned int *img4_size)
{