Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/mixer.cpp')
-rw-r--r--src/hardware/mixer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware/mixer.cpp b/src/hardware/mixer.cpp
index 8d6b34af1..53aa82b0d 100644
--- a/src/hardware/mixer.cpp
+++ b/src/hardware/mixer.cpp
@@ -1957,7 +1957,7 @@ static void MIXER_Mix_NoSound()
static void SDLCALL MIXER_CallBack([[maybe_unused]] void *userdata,
Uint8 *stream, int len)
{
- ZoneScoped
+ ZoneScoped;
memset(stream, 0, len);
auto frames_requested = len / mixer_frame_size;