mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
Fix a -Wpedantic warning and some whitespace.
This commit is contained in:
+1
-1
@@ -11132,7 +11132,7 @@ typedef struct
|
||||
typedef struct
|
||||
{
|
||||
unsigned int channels;
|
||||
unsigned int pos[0];
|
||||
unsigned int pos[1];
|
||||
} ma_snd_pcm_chmap_t;
|
||||
|
||||
// snd_pcm_state_t
|
||||
|
||||
Reference in New Issue
Block a user