X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=wma_common.c;fp=wma_common.c;h=1dde83509f2e38e8ba044fc961c381e06b74b7ca;hb=1ea4a698440cd0b03a8c551884d57bb6b00d8ef7;hp=137d288d078a612495a445211581c0a061cabf70;hpb=28f8e42aa8a086fa25b1d1668945aed415a55b28;p=paraslash.git diff --git a/wma_common.c b/wma_common.c index 137d288d..1dde8350 100644 --- a/wma_common.c +++ b/wma_common.c @@ -116,7 +116,7 @@ int read_asf_header(const char *buf, int loaded, struct asf_header_info *ahi) return 1; } -const uint8_t log2_tab[256] = { +static const uint8_t log2_tab[256] = { 0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,