commit | daa3871b8b2001ffe87d86c147914aac27c0aaf8 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Thu Oct 23 10:41:19 2014 -0700 |
committer | Eric Laurent <elaurent@google.com> | Thu Oct 23 10:41:19 2014 -0700 |
tree | a1322e3016b5c3a8f71682b9464efb1b7cd39aa8 | |
parent | 25a4b4b5c7451702a164c98ef502e41cc03e1e1f [diff] |
fix missing closing bracket for extern "C" statement in tinymp3.h Bug: 18100030. Change-Id: I268aef41dabbafdcaef7c926636bf7bfe7089b1b
diff --git a/include/tinycompress/tinymp3.h b/include/tinycompress/tinymp3.h index b7b45e3..aa5aca3 100644 --- a/include/tinycompress/tinymp3.h +++ b/include/tinycompress/tinymp3.h
@@ -103,4 +103,8 @@ MONO = 0x03 }; +#if defined(__cplusplus) +} +#endif + #endif