From 454d890bef74dfca96174f210a6439438fce010c Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Tue, 11 Jun 2024 00:57:54 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_audio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_audio.h b/include/SDL3/SDL_audio.h index 525c6b1e22..e9497cafa1 100644 --- a/include/SDL3/SDL_audio.h +++ b/include/SDL3/SDL_audio.h @@ -55,8 +55,8 @@ * - 5.1 surround: FL, FR, FC, LFE, BL, BR, SL, SR * * This is the same order as DirectSound expects, but applied to all - * platforms; SDL will swizzle the channels as necessary if a platform - * expects something different. + * platforms; SDL will swizzle the channels as necessary if a platform expects + * something different. */ #ifndef SDL_audio_h_