aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index bba0def2..eb0b0bfb 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -2885,7 +2885,7 @@ static ALCsizei GetIntegerv(ALCdevice *device, ALCenum param, ALCsizei size, ALC
case ALC_HRTF_STATUS_SOFT:
values[0] = device->Hrtf_Status;
- break;
+ return 1;
default:
alcSetError(device, ALC_INVALID_ENUM);