diff options
Diffstat (limited to 'include/AL/alc.h')
-rw-r--r-- | include/AL/alc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/AL/alc.h b/include/AL/alc.h index 4712055c..22639f8c 100644 --- a/include/AL/alc.h +++ b/include/AL/alc.h @@ -120,7 +120,7 @@ typedef void ALCvoid; /** * No error */ -#define ALC_NO_ERROR ALC_FALSE +#define ALC_NO_ERROR 0 /** * No device |