bmp2rb: Fix incorrect left-over comment

Change-Id: I29c6403cec1aa228f6730c8b78c830a23d021d95
This commit is contained in:
Thomas Martitz 2013-09-07 11:17:41 +02:00
parent cd741b7c7e
commit cb27d4066a

View file

@ -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;