diff options
author | Chris Robinson <[email protected]> | 2007-12-06 22:26:52 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-06 22:26:52 -0800 |
commit | 5959e44035e09dd3d254307098a9f77c23c3415f (patch) | |
tree | 529f48060ab7397fdd26dcff311274499bdc3e97 /Alc | |
parent | b3d35170ce50ead1c6cc9fab3ecd9c8ba79b54ff (diff) |
Make another function static
Diffstat (limited to 'Alc')
-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; |