ao-load: Make ao_sym static to avoid collision with ao-editaltos
[fw/altos] / ao-tools / ao-load / ao-load.c
index c1f551499ceac969b76072f417bb3f66f49e3e31..0cf03772073c5a503ea5e8364547b42e143e8115 100644 (file)
@@ -26,7 +26,7 @@
 
 #define AO_USB_DESC_STRING             3
 
-struct sym {
+static struct sym {
        unsigned        addr;
        char            *name;
        int             required;