diff options
Diffstat (limited to 'src/img4.c')
-rw-r--r-- | src/img4.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |