diff options
Diffstat (limited to 'Alc/hrtf.c')
-rw-r--r-- | Alc/hrtf.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,8 +37,8 @@ * ALushort evOffset[evCount]; // Required values: * { 0, 1, 13, 37, 73, 118, 174, 234, 306, 378, 450, 522, 594, 654, 710, 755, 791, 815, 827 } * - * ALushort coefficients[hrirCount][hrirSize]; - * ALubyte delays[hrirCount]; // Element values must not exceed 127 + * ALshort coefficients[hrirCount][hrirSize]; + * ALubyte delays[hrirCount]; // Element values must not exceed 127 */ static const ALchar magicMarker[8] = "MinPHR00"; |