Make the backend list static

This commit is contained in:
Chris Robinson
2008-02-11 17:24:04 -08:00
parent 7fda645b16
commit e3e4dbbccf
+1 -1
View File
@@ -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;