diff options
author | 2015-06-24 07:36:50 +0200 | |
---|---|---|
committer | 2015-06-24 07:36:50 +0200 | |
commit | d1583b9850d9fb45470648a515eb734e05fd926f (patch) | |
tree | 33a4d9934bd2ff6c41526abe0ba06c1d1ea73eb6 /src/lib/util/palette.c | |
parent | 03a5bfa56fa4af400f6b9fb07a5e1333aa8fa52f (diff) |
Cleanups and version bumpmame0163
Diffstat (limited to 'src/lib/util/palette.c')
-rw-r--r-- | src/lib/util/palette.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/util/palette.c b/src/lib/util/palette.c index 7e20e7e9cb7..f2252a24319 100644 --- a/src/lib/util/palette.c +++ b/src/lib/util/palette.c @@ -468,14 +468,14 @@ void palette_t::normalize_range(UINT32 start, UINT32 end, int lum_min, int lum_m } /** - * @fn void palette_t::update_adjusted_color(UINT32 group, UINT32 index) + * @fn void palette_t::update_adjusted_color(UINT32 group, UINT32 index) * - * @brief ------------------------------------------------- - * update_adjusted_color - update a color index by group and index pair - * -------------------------------------------------. + * @brief ------------------------------------------------- + * update_adjusted_color - update a color index by group and index pair + * -------------------------------------------------. * - * @param group The group. - * @param index Zero-based index of the. + * @param group The group. + * @param index Zero-based index of the. */ void palette_t::update_adjusted_color(UINT32 group, UINT32 index) |