diff options
author | 2009-07-16 07:37:54 +0000 | |
---|---|---|
committer | 2009-07-16 07:37:54 +0000 | |
commit | 6519412d599ecfa7e6ae9814abe3cefde8a82cb2 (patch) | |
tree | 733e3f738cc467e6359219e920eec6db982fe7e7 /src/lib/util/bitmap.c | |
parent | 96b4503e041f7c809988c93f21477c2bbc16305f (diff) |
Cleanups and version bump.mame0132u5
Diffstat (limited to 'src/lib/util/bitmap.c')
-rw-r--r-- | src/lib/util/bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/bitmap.c b/src/lib/util/bitmap.c index 32bddd397e8..cb947734aac 100644 --- a/src/lib/util/bitmap.c +++ b/src/lib/util/bitmap.c @@ -300,7 +300,7 @@ int bitmap_format_to_bpp(bitmap_format format) case BITMAP_FORMAT_RGB32: case BITMAP_FORMAT_ARGB32: return 32; - + case BITMAP_FORMAT_INDEXED64: return 64; |