diff options
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,7 @@ ALCchar *AppendCaptureDeviceList(char *name) Check pContext is a valid Context pointer */ -ALCboolean IsContext(ALCcontext *pContext) +static ALCboolean IsContext(ALCcontext *pContext) { ALCcontext *pTempContext; |