From 8a2c44be5688db1cea22ba7c485e8befc892e673 Mon Sep 17 00:00:00 2001
From: B3n30 <benediktthomas@gmail.com>
Date: Tue, 24 Jul 2018 23:33:32 +0200
Subject: [PATCH] Add const modifier to bad_word_list.app.romfs.h

---
 .../open_source_archives/include/bad_word_list.app.romfs.h    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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;