aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-06 22:26:52 -0800
committerChris Robinson <[email protected]>2007-12-06 22:26:52 -0800
commit5959e44035e09dd3d254307098a9f77c23c3415f (patch)
tree529f48060ab7397fdd26dcff311274499bdc3e97
parentb3d35170ce50ead1c6cc9fab3ecd9c8ba79b54ff (diff)
Make another function static
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 9ea7a51f..d7d8f493 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -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;