X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wmadata.h;h=185ec1fcecb738de2a322d4e81aa67f384026b1b;hp=b5dad0f5af40a15773dce43b4a77e65346ea5b66;hb=b52342d0b5df5446f149f0c1daf26f6e25b2aba7;hpb=eecc102ad0abeb0335fe994bb72031a15b9090d7 diff --git a/wmadata.h b/wmadata.h index b5dad0f5..185ec1fc 100644 --- a/wmadata.h +++ b/wmadata.h @@ -29,7 +29,7 @@ struct coef_vlc_table { const uint32_t *huffcodes; /** VLC bit size. */ const uint8_t *huffbits; - /* Table to build run/level tables. */ + /** Table to build run/level tables. */ const uint16_t *levels; };