aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--al/source.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/source.cpp b/al/source.cpp
index 4e3fb3b5..7c6e43f9 100644
--- a/al/source.cpp
+++ b/al/source.cpp
@@ -1159,7 +1159,7 @@ void CommitAndUpdateSourceProps(ALsource *source, ALCcontext *context)
#else
inline void CommitAndUpdateSourceProps(ALsource *source, ALCcontext *context)
-{ UpdateSourceProps(source, context);
+{ UpdateSourceProps(source, context); }
#endif