Commit fbdad2d2 authored by David Reid's avatar David Reid

Fix a warning on some compilers.

parent 80db8d96
......@@ -25,7 +25,7 @@ typedef struct
ma_test_entry_proc onEntry;
} ma_test;
struct
static struct
{
ma_test pTests[MAX_TESTS];
size_t count;
......
......@@ -51,7 +51,7 @@ typedef enum
source_type_decoder
} source_type;
struct
static struct
{
ma_context context;
ma_device device;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment