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 3bcdef906c..2a7dcdee92 100644
--- a/tools/bmp2rb.c
+++ b/tools/bmp2rb.c
@@ -602,7 +602,7 @@ void generate_raw_file(const union RAWDATA *t_bitmap,
602 } 602 }
603 else /* 24 */ 603 else /* 24 */
604 { 604 {
605 fwrite(&t_bitmap->d24[i * t_width + a].b, 3, 1, f); 605 fwrite(&t_bitmap->d24[i * t_width + a], 3, 1, f);
606 } 606 }
607 } 607 }
608 } 608 }