diff options
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |