From 3e0d3960bade0e11bea7794dc43ce16d50554241 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 9 Oct 2014 16:35:01 +0200 Subject: Fix typo in img3/img4 header files affecting C++ compilation --- src/img3.h | 2 +- src/img4.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/img3.h b/src/img3.h index 4a088b7..20d9248 100644 --- a/src/img3.h +++ b/src/img3.h @@ -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 diff --git a/src/img4.h b/src/img4.h index 97a61aa..b83f1ca 100644 --- a/src/img4.h +++ b/src/img4.h @@ -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 -- cgit v1.1-32-gdbae