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 07f9ae76..c409701f 100644
--- a/include/AL/al.h
+++ b/include/AL/al.h
@@ -52,7 +52,7 @@ typedef char ALboolean;
typedef char ALchar;
/** signed 8-bit 2's complement integer */
-typedef char ALbyte;
+typedef signed char ALbyte;
/** unsigned 8-bit integer */
typedef unsigned char ALubyte;