aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/al.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/AL/al.h')
-rw-r--r--include/AL/al.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/AL/al.h b/include/AL/al.h
index 95d33988..10aeae45 100644
--- a/include/AL/al.h
+++ b/include/AL/al.h
@@ -287,7 +287,7 @@ typedef void ALvoid;
/** Errors: No Error. */
-#define AL_NO_ERROR AL_FALSE
+#define AL_NO_ERROR 0
/**
* Invalid Name paramater passed to AL call.