diff options
Diffstat (limited to 'src/d/d_kankyo_debug.cpp')
| -rw-r--r-- | src/d/d_kankyo_debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_kankyo_debug.cpp b/src/d/d_kankyo_debug.cpp index 4d0a26893b..756276f438 100644 --- a/src/d/d_kankyo_debug.cpp +++ b/src/d/d_kankyo_debug.cpp @@ -650,7 +650,7 @@ void dKydb_timedisp() { dDbVw_Report(0x1E, 0x54, "S_TM %02d:%02d:%02d", (int)hour, (int)min, (int)sec); } - static const char* weekString[] = { + static const char* const weekString[] = { "Sun", "Mon", "Tue", |
