diff options
author | 2015-06-24 23:33:18 +0200 | |
---|---|---|
committer | 2015-06-24 23:33:18 +0200 | |
commit | 7a07ecba2a16abf918cc87dc23367f9a97cea3a6 (patch) | |
tree | 1c70358b79b3e9c38e6848657f609f6a3842bd68 /src/lib/util/palette.c | |
parent | 3035213d045bc0edc31194fa5309c60ade5919ff (diff) | |
parent | cda316ccfea6017740fbbf8d76a732eff54047ff (diff) |
Merge pull request #3 from mamedev/master
merge with base
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) |