From c7b0e7c891e5867363d10a5c0f39f04ea4b9775b Mon Sep 17 00:00:00 2001 From: plutoo Date: Mon, 5 Mar 2018 21:07:53 +0100 Subject: [PATCH] Stylefix --- nx/include/switch/audio/audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/audio/audio.h b/nx/include/switch/audio/audio.h index 04dac7a2..cbea7cb9 100644 --- a/nx/include/switch/audio/audio.h +++ b/nx/include/switch/audio/audio.h @@ -15,5 +15,5 @@ typedef enum { PcmFormat_Int24 = 3, PcmFormat_Int32 = 4, PcmFormat_Float = 5, - PcmFormat_ADPCM = 6, + PcmFormat_Adpcm = 6, } PcmFormat;