summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/get_d64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/get_d64.c b/src/get_d64.c
index 0381f0cf2..cad80ebb6 100644
--- a/src/get_d64.c
+++ b/src/get_d64.c
@@ -41,7 +41,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#endif
#ifdef DPD_FORMAT
-static int T[1000] = {
+static const int T[1000] = {
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57,
64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 80, 81, 82, 83, 84, 85, 86, 87, 88,