Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Commit a7b989b

Browse files
committed
Unbreak compile.
1 parent db5a05d commit a7b989b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/flags.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct flags_table
1818
};
1919

2020
E unsigned int ca_all;
21-
E struct flags_table chanacs_flags[255];
21+
E struct flags_table chanacs_flags[256];
2222

2323
E unsigned int flags_associate(unsigned char flag, unsigned int restrictflags, bool def, const char *name);
2424
E void flags_clear(unsigned char flag);

0 commit comments

Comments
 (0)