aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index f716bf0b..52edbe1e 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -2876,7 +2876,6 @@ static size_t GetIntegerv(ALCdevice *device, ALCenum param, const al::span<ALCin
default:
alcSetError(nullptr, ALC_INVALID_ENUM);
- return 0;
}
return 0;
}