summaryrefslogtreecommitdiff
path: root/tools/bmp2rb.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bmp2rb.c')
-rw-r--r--tools/bmp2rb.c2
1 files changed, 1 insertions, 1 deletions
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,
345 dst_d = 16; 345 dst_d = 16;
346 break; 346 break;
347 347
348 case 9: /* greyscale X5 remote 4-grey */ 348 case 9: /* 24-bit BGR */
349 dst_w = width; 349 dst_w = width;
350 dst_h = height; 350 dst_h = height;
351 dst_d = 24; 351 dst_d = 24;