aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index 615fc154..f66654c2 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -4193,7 +4193,7 @@ START_API_FUNC
device->Connected.store(true);
ALCenum err{UpdateDeviceParams(dev.get(), attribs)};
- if(LIKELY(err == ALC_NO_ERROR)) return ALC_TRUE;
+ if LIKELY(err == ALC_NO_ERROR) return ALC_TRUE;
alcSetError(dev.get(), err);
if(err == ALC_INVALID_DEVICE)