Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'silk/typedef.h')
-rw-r--r--silk/typedef.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/silk/typedef.h b/silk/typedef.h
index 26fea652..e259d758 100644
--- a/silk/typedef.h
+++ b/silk/typedef.h
@@ -25,8 +25,8 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***********************************************************************/
-#ifndef _SILK_TYPEDEF_H_
-#define _SILK_TYPEDEF_H_
+#ifndef SILK_TYPEDEF_H
+#define SILK_TYPEDEF_H
#include "opus_types.h"
@@ -99,4 +99,4 @@ static inline void _silk_fatal(const char *str, const char *file, int line)
# endif
#endif
-#endif
+#endif /* SILK_TYPEDEF_H */