mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
bmp2rb: Fix incorrect left-over comment
Change-Id: I29c6403cec1aa228f6730c8b78c830a23d021d95
This commit is contained in:
parent
cd741b7c7e
commit
cb27d4066a
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ int transform_bitmap(const struct RGBQUAD *src, int width, int height,
|
||||||
dst_d = 16;
|
dst_d = 16;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 9: /* greyscale X5 remote 4-grey */
|
case 9: /* 24-bit BGR */
|
||||||
dst_w = width;
|
dst_w = width;
|
||||||
dst_h = height;
|
dst_h = height;
|
||||||
dst_d = 24;
|
dst_d = 24;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue