diff options
Diffstat (limited to 'baseline/source/huff_dec')
| -rw-r--r-- | baseline/source/huff_dec/huff_dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baseline/source/huff_dec/huff_dec.c b/baseline/source/huff_dec/huff_dec.c index b83b99d..58b40d3 100644 --- a/baseline/source/huff_dec/huff_dec.c +++ b/baseline/source/huff_dec/huff_dec.c | |||
| @@ -49,7 +49,7 @@ new schemes (this item is not a must) | |||
| 49 | */ | 49 | */ |
| 50 | 50 | ||
| 51 | 51 | ||
| 52 | #include "../extra.h" | 52 | #include "extra.h" |
| 53 | typedef struct s_tree { | 53 | typedef struct s_tree { |
| 54 | unsigned int byte; /* A byte has to be coded as an unsigned integer to | 54 | unsigned int byte; /* A byte has to be coded as an unsigned integer to |
| 55 | allow a node to have a value over 255 */ | 55 | allow a node to have a value over 255 */ |
