From e3e4dbbccfc352ec124f9b4e96083ed4db264ac8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 11 Feb 2008 17:24:04 -0800 Subject: [PATCH] Make the backend list static --- Alc/ALc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alc/ALc.c b/Alc/ALc.c index 8f0da230..3b1d35e1 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -46,7 +46,7 @@ char _alDebug[256]; #define EmptyFuncs { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL } -struct { +static struct { const char *name; void (*Init)(BackendFuncs*); BackendFuncs Funcs; -- 2.11.4.GIT