[GRASS-SVN] r33680 - grass/trunk/gui/icons/grass/vdigit
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 5 17:08:40 EDT 2008
Author: glynn
Date: 2008-10-05 17:08:39 -0400 (Sun, 05 Oct 2008)
New Revision: 33680
Modified:
grass/trunk/gui/icons/grass/vdigit/box.xbm
Log:
Fix line terminators
Modified: grass/trunk/gui/icons/grass/vdigit/box.xbm
===================================================================
--- grass/trunk/gui/icons/grass/vdigit/box.xbm 2008-10-05 19:57:50 UTC (rev 33679)
+++ grass/trunk/gui/icons/grass/vdigit/box.xbm 2008-10-05 21:08:39 UTC (rev 33680)
@@ -1,5 +1,5 @@
-#define box_width 9
-#define box_height 9
-static unsigned char box_bits[] = {
- 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xc7, 0x01, 0xc7, 0x01, 0xc7, 0x01,
- 0xff, 0x01, 0xff, 0x01, 0xff, 0x01 };
+#define box_width 9
+#define box_height 9
+static unsigned char box_bits[] = {
+ 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xc7, 0x01, 0xc7, 0x01, 0xc7, 0x01,
+ 0xff, 0x01, 0xff, 0x01, 0xff, 0x01 };
More information about the grass-commit
mailing list