diff options
| -rw-r--r-- | ao-tools/ao-load/ao-load.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ao-tools/ao-load/ao-load.c b/ao-tools/ao-load/ao-load.c index c1f55149..0cf03772 100644 --- a/ao-tools/ao-load/ao-load.c +++ b/ao-tools/ao-load/ao-load.c @@ -26,7 +26,7 @@  #define AO_USB_DESC_STRING		3 -struct sym { +static struct sym {  	unsigned	addr;  	char		*name;  	int		required; | 
