Fix sub-type count.
This commit is contained in:
parent
b7804a0caa
commit
3259c7ced0
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ typedef enum {
|
||||||
/*
|
/*
|
||||||
* Sub-types.
|
* Sub-types.
|
||||||
*/
|
*/
|
||||||
#define NUM_SUB_TYPES 34
|
#define NUM_SUB_TYPES 33
|
||||||
TYPE_EXE32 = 8,
|
TYPE_EXE32 = 8,
|
||||||
TYPE_JPEG = 16,
|
TYPE_JPEG = 16,
|
||||||
TYPE_MARKUP = 24,
|
TYPE_MARKUP = 24,
|
||||||
|
|
Loading…
Reference in a new issue