summaryrefslogtreecommitdiffhomepage
path: root/src/audio
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio')
-rw-r--r--src/audio/rodeo_audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/rodeo_audio.c b/src/audio/rodeo_audio.c
index e3b0f7a..5f22357 100644
--- a/src/audio/rodeo_audio.c
+++ b/src/audio/rodeo_audio.c
@@ -125,7 +125,7 @@ rodeo_audio_master_volume_get(void)
#ifndef __EMSCRIPTEN__
return ((float)Mix_MasterVolume(-1)) / (float)MIX_MAX_VOLUME;
#else
- return 0.0f
+ return 0.0f;
#endif
}