aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/converter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Alc/converter.h b/Alc/converter.h
index b58fd831..3f0c6304 100644
--- a/Alc/converter.h
+++ b/Alc/converter.h
@@ -4,7 +4,7 @@
#include "alMain.h"
#include "alu.h"
-#ifdef __cpluspluc
+#ifdef __cplusplus
extern "C" {
#endif
@@ -48,7 +48,7 @@ void DestroyChannelConverter(ChannelConverter **converter);
void ChannelConverterInput(ChannelConverter *converter, const ALvoid *src, ALfloat *dst, ALsizei frames);
-#ifdef __cpluspluc
+#ifdef __cplusplus
}
#endif