From 2ce884d8efedef7f41ebf41591b270c4e27cee8d Mon Sep 17 00:00:00 2001 From: Antoine Soulier Date: Wed, 12 Apr 2023 13:58:18 -0700 Subject: [PATCH] fix: Rename define guard --- include/lc3_cpp.h | 6 +++--- 1 file 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 #include @@ -282,4 +282,4 @@ class Decoder : public Base { } // namespace lc3 -#endif /* __LC3CPP_H */ +#endif /* __LC3_CPP_H */