diff options
-rw-r--r-- | Alc/portaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/portaudio.c b/Alc/portaudio.c index 9e36e04b..47333c8f 100644 --- a/Alc/portaudio.c +++ b/Alc/portaudio.c @@ -215,7 +215,7 @@ void alc_pa_init(BackendFuncs *func_list) } while(0) #else str = NULL; - pa_handle = 0xDEADBEEF; + pa_handle = (void*)0xDEADBEEF; #define LOAD_FUNC(f) p##f = f #endif |