diff options
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 15512e7e..66dcaaac 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -198,7 +198,7 @@ struct ALCcontext_struct ALint lNumStereoSources; ALCdevice *Device; - ALCchar ExtensionList[1024]; + const ALCchar *ExtensionList; struct bs2b *bs2b; |