From 0591d90c10d749303e2b098c0148f99faa8ec0f6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 14 Feb 2022 05:04:49 -0800 Subject: Add missing closing brace --- al/source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/source.cpp') 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 -- cgit v1.2.3