diff options
author | Martin Szulecki | 2014-10-09 16:35:01 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-09 16:38:28 +0200 |
commit | 3e0d3960bade0e11bea7794dc43ce16d50554241 (patch) | |
tree | d6b86c783b5197cc7633effcf74ba70cce6b763b | |
parent | 0374c7f7cf3756f37db772d552e139956f26f3b2 (diff) | |
download | idevicerestore-3e0d3960bade0e11bea7794dc43ce16d50554241.tar.gz idevicerestore-3e0d3960bade0e11bea7794dc43ce16d50554241.tar.bz2 |
Fix typo in img3/img4 header files affecting C++ compilation
-rw-r--r-- | src/img3.h | 2 | ||||
-rw-r--r-- | src/img4.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -98,7 +98,7 @@ typedef struct { int img3_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** img3_data, unsigned int *img3_size); #ifdef __cplusplus -}s +} #endif #endif @@ -29,7 +29,7 @@ extern "C" { 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); #ifdef __cplusplus -}s +} #endif #endif |