diff options
author | Chris Robinson <[email protected]> | 2008-02-11 17:24:04 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-02-11 17:24:04 -0800 |
commit | e3e4dbbccfc352ec124f9b4e96083ed4db264ac8 (patch) | |
tree | 834f5abb41c761eea3752481950bdeb555cebabb | |
parent | 7fda645b16f8cff26aa6e2da47b6854ee4f5700d (diff) |
Make the backend list static
-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; |