projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
aft: Avoid invalid read.
[paraslash.git]
/
wmadata.h
diff --git
a/wmadata.h
b/wmadata.h
index b5dad0f5af40a15773dce43b4a77e65346ea5b66..185ec1fcecb738de2a322d4e81aa67f384026b1b 100644
(file)
--- 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;
};