remove compiler warning
This commit is contained in:
@ -31,7 +31,7 @@ typedef enum {
|
||||
skip_flag = 0x20,
|
||||
default_flag = 0x40,
|
||||
compare_flag = 0x80,
|
||||
fix_width_flag = 0x100,
|
||||
fix_width_flag = 0x100
|
||||
} StreamFormatFlag;
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user