diff --git a/src/emu/kernel/setup.c b/src/emu/kernel/setup.c index 93906f4..0c91166 100644 --- a/src/emu/kernel/setup.c +++ b/src/emu/kernel/setup.c @@ -34,11 +34,11 @@ static const int pvt_type[] = { }; static const char *pcf_prefix[CH_MAX] = { - [CH_CS] = "Kernel context switch", + [CH_CS] = "Kernel context switch", }; static const struct pcf_value_label kernel_cs_values[] = { - { ST_CSOUT, "Context switch: Out of the CPU" }, + { ST_CSOUT, "Context switch: Out of the CPU" }, { -1, NULL }, };