summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-01-15 08:33:24 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-01-15 08:33:24 +0000
commit7f2e4e19be32cc1a3b1f272e1a482dd201137ee1 (patch)
tree8ba4183de60c37fca1e6ffdea81c9269ba1bb0d0 /src/lib/util
parent1b7793d0fbd99c653c3221116176f31735e1acd0 (diff)
Cleanups and version bump.mame0129u1
Diffstat (limited to 'src/lib/util')
-rw-r--r--src/lib/util/palette.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/palette.c b/src/lib/util/palette.c
index e659f152830..e553157d614 100644
--- a/src/lib/util/palette.c
+++ b/src/lib/util/palette.c
@@ -230,8 +230,8 @@ int palette_get_num_groups(palette_t *palette)
/*-------------------------------------------------
- palette_get_max_index - return the maximum
- allowed index (i.e., length of arrays returned
+ palette_get_max_index - return the maximum
+ allowed index (i.e., length of arrays returned
by palette_entry_list*)
-------------------------------------------------*/