From cb27d4066a3a96cfc3758dff47c59cbadc3402ee Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 7 Sep 2013 11:17:41 +0200 Subject: bmp2rb: Fix incorrect left-over comment Change-Id: I29c6403cec1aa228f6730c8b78c830a23d021d95 --- tools/bmp2rb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bmp2rb.c b/tools/bmp2rb.c index 8651815804..3bcdef906c 100644 --- a/tools/bmp2rb.c +++ b/tools/bmp2rb.c @@ -345,7 +345,7 @@ int transform_bitmap(const struct RGBQUAD *src, int width, int height, dst_d = 16; break; - case 9: /* greyscale X5 remote 4-grey */ + case 9: /* 24-bit BGR */ dst_w = width; dst_h = height; dst_d = 24; -- cgit v1.2.3