diff --git a/externals/open_source_archives/include/bad_word_list.app.romfs.h b/externals/open_source_archives/include/bad_word_list.app.romfs.h
index c6776c5b5..278f2c684 100644
--- a/externals/open_source_archives/include/bad_word_list.app.romfs.h
+++ b/externals/open_source_archives/include/bad_word_list.app.romfs.h
@@ -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;