Make some arrays const.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
O65Model Model = O65_MODEL_NONE;
|
||||
|
||||
/* Name table */
|
||||
static const char* NameTable[O65_MODEL_COUNT] = {
|
||||
static const char* const NameTable[O65_MODEL_COUNT] = {
|
||||
"none",
|
||||
"os/a65",
|
||||
"lunix",
|
||||
|
||||
Reference in New Issue
Block a user