mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-28 01:21:35 +00:00
Remove some extra semicolons
This commit is contained in:
committed by
Ozkan Sezer
parent
345cae361d
commit
457d0edeaf
@@ -1588,7 +1588,7 @@ static void PrepareAudioFormat(bool recording, SDL_AudioSpec *spec)
|
||||
}
|
||||
|
||||
if (spec->channels == 0) {
|
||||
spec->channels = recording ? DEFAULT_AUDIO_RECORDING_CHANNELS : DEFAULT_AUDIO_PLAYBACK_CHANNELS;;
|
||||
spec->channels = recording ? DEFAULT_AUDIO_RECORDING_CHANNELS : DEFAULT_AUDIO_PLAYBACK_CHANNELS;
|
||||
|
||||
const char *hint = SDL_GetHint(SDL_HINT_AUDIO_CHANNELS);
|
||||
if (hint) {
|
||||
|
||||
Reference in New Issue
Block a user