aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Soulier <asoulier@google.com>2023-04-12 13:58:18 -0700
committerAntoine Soulier <asoulier@google.com>2023-04-12 13:58:18 -0700
commit2ce884d8efedef7f41ebf41591b270c4e27cee8d (patch)
tree9c4d90c77e5a418ecaabf41412cd7c61328f8d2e
parenta1e1e700780ff731980ca7ae19862ffec462e55a (diff)
downloadliblc3-2ce884d8efedef7f41ebf41591b270c4e27cee8d.tar.gz
fix: Rename define guard
-rw-r--r--include/lc3_cpp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lc3_cpp.h b/include/lc3_cpp.h
index d920125..835301b 100644
--- a/include/lc3_cpp.h
+++ b/include/lc3_cpp.h
@@ -20,8 +20,8 @@
* Low Complexity Communication Codec (LC3) - C++ interface
*/
-#ifndef __LC3CPP_H
-#define __LC3CPP_H
+#ifndef __LC3_CPP_H
+#define __LC3_CPP_H
#include <cassert>
#include <memory>
@@ -282,4 +282,4 @@ class Decoder : public Base<struct lc3_decoder> {
} // namespace lc3
-#endif /* __LC3CPP_H */
+#endif /* __LC3_CPP_H */