Commit 8f6f72f1 authored by David Reid's avatar David Reid

Fix compilation error.

parent 1acbd524
...@@ -1322,7 +1322,7 @@ typedef struct ...@@ -1322,7 +1322,7 @@ typedef struct
ma_vfs* pVFS; /* Can be NULL in which case defaults will be used. */ ma_vfs* pVFS; /* Can be NULL in which case defaults will be used. */
} ma_resource_manager_config; } ma_resource_manager_config;
MA_API ma_resource_manager_config ma_resource_manager_config_init(); MA_API ma_resource_manager_config ma_resource_manager_config_init(void);
struct ma_resource_manager struct ma_resource_manager
{ {
...@@ -5650,7 +5650,7 @@ static ma_thread_result MA_THREADCALL ma_resource_manager_job_thread(void* pUser ...@@ -5650,7 +5650,7 @@ static ma_thread_result MA_THREADCALL ma_resource_manager_job_thread(void* pUser
} }
MA_API ma_resource_manager_config ma_resource_manager_config_init() MA_API ma_resource_manager_config ma_resource_manager_config_init(void)
{ {
ma_resource_manager_config config; ma_resource_manager_config config;
......
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