diff options
Diffstat (limited to 'src')
-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 |