summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/profiler.c')
-rw-r--r--src/emu/profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/profiler.c b/src/emu/profiler.c
index 7c70ee4abc2..65bfb91648b 100644
--- a/src/emu/profiler.c
+++ b/src/emu/profiler.c
@@ -102,7 +102,7 @@ const char *profiler_get_text(void)
int i,j;
UINT64 total,normalize;
UINT64 computed;
- static const char *names[PROFILER_TOTAL] =
+ static const char *const names[PROFILER_TOTAL] =
{
"CPU 1 ",
"CPU 2 ",