summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emupal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emupal.c')
-rw-r--r--src/emu/emupal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emupal.c b/src/emu/emupal.c
index f925f152209..c92566d9a04 100644
--- a/src/emu/emupal.c
+++ b/src/emu/emupal.c
@@ -126,7 +126,7 @@ void palette_init(running_machine &machine)
break;
case BITMAP_FORMAT_INVALID:
- /* invalid format means no palette - or at least it should */
+ /* invalid format means no palette - or at least it should */
/* Do not assert for now, palette manager should be added */
/* in order to make possible adding of palette items per */
/* device otherwise we need to set total colors per driver */