diff options
-rw-r--r-- | ext/gd/tests/conv_test.xbm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/tests/conv_test.xbm b/ext/gd/tests/conv_test.xbm index 85cbe366ec..a91667187f 100644 --- a/ext/gd/tests/conv_test.xbm +++ b/ext/gd/tests/conv_test.xbm @@ -1,4 +1,4 @@ -#define conv_test.xbm_width 16
-#define conv_test.xbm_height 5
-static unsigned char conv_test.xbm_bits[] = {
+#define conv_test_xbm_width 16
+#define conv_test_xbm_height 5
+static unsigned char conv_test_xbm_bits[] = {
0x4c, 0x0d, 0x54, 0x15, 0xcc, 0x0d, 0x44, 0x05, 0x44, 0x05};
\ No newline at end of file |