]> git.alsa-project.org Git - tinycompress.git/commitdiff
tinycompress: Fix missing '}' around extern C
authorPiotr Stankiewicz <piotrs@opensource.cirrus.com>
Thu, 6 Dec 2018 10:04:27 +0000 (10:04 +0000)
committerVinod Koul <vkoul@kernel.org>
Fri, 7 Dec 2018 05:09:46 +0000 (10:39 +0530)
Signed-off-by: Piotr Stankiewicz <piotrs@opensource.cirrus.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
include/tinycompress/tinycompress.h

index 780dce64a388ceb35ec0aa48de74a74fd90082d5..f0fae30540623332336ddfb4f4b18e2c334603d4 100644 (file)
@@ -276,4 +276,8 @@ int is_compress_ready(struct compress *compress);
 /* Returns a human readable reason for the last error */
 const char *compress_get_error(struct compress *compress);
 
+#if defined(__cplusplus)
+} // extern "C"
+#endif
+
 #endif