Add const modifier to bad_word_list.app.romfs.h

This commit is contained in:
B3n30 2018-07-24 23:33:32 +02:00
parent 7605e26b94
commit 8a2c44be56
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// Git Hash: 47cdc9394501a61406529e3037763745c9642b23
unsigned char BAD_WORD_LIST_DATA[] = {
const unsigned char BAD_WORD_LIST_DATA[] = {
0x28, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00,
0x34, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x4c, 0x00, 0x00, 0x00,
0x4c, 0x00, 0x00, 0x00, 0x98, 0x00, 0x00, 0x00, 0x24, 0x03, 0x00, 0x00,
@ -128,4 +128,4 @@ unsigned char BAD_WORD_LIST_DATA[] = {
0x64, 0x00, 0x24, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00
};
unsigned int BAD_WORD_LIST_DATA_len = 1508;
const unsigned int BAD_WORD_LIST_DATA_len = 1508;