diff options
author | Chris Robinson <[email protected]> | 2022-02-14 05:04:49 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-02-14 05:04:49 -0800 |
commit | 0591d90c10d749303e2b098c0148f99faa8ec0f6 (patch) | |
tree | 66ccc48728d735cd62ada36ba9f6142a9808310f /al/source.cpp | |
parent | e0f87c44c0fe320b1d6ad706033459d27e06a458 (diff) |
Add missing closing brace
Diffstat (limited to 'al/source.cpp')
-rw-r--r-- | al/source.cpp | 2 |
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 |