From 1703e2bd8dca0bd102578ce485523bbef87c5915 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 9 Dec 2005 00:47:53 +0000
Subject: [PATCH] *** empty log message ***

---
 Fltk/Bitmaps.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Fltk/Bitmaps.h b/Fltk/Bitmaps.h
index 3b6dd455be..94fe5bf80c 100644
--- a/Fltk/Bitmaps.h
+++ b/Fltk/Bitmaps.h
@@ -93,7 +93,7 @@ static unsigned char persp_bits[] = {
 #define rotate_height 13
 static unsigned char rotate_bits[] = {
    0x00, 0x00, 0xf0, 0x00, 0x08, 0x01, 0x04, 0x02, 0x02, 0x04, 0x02, 0x04,
-   0x02, 0x00, 0x02, 0x00, 0x24, 0x00, 0x68, 0x00, 0xf0, 0x00, 0x60, 0x00,
+   0x02, 0x04, 0x02, 0x00, 0x24, 0x00, 0x68, 0x00, 0xf0, 0x00, 0x60, 0x00,
    0x20, 0x00 };
 
 #endif
-- 
GitLab