From 4593a04e3bb762ec5714922e91ba29aed6f11bc3 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 15 Jun 2003 19:56:40 +0000 Subject: [PATCH] Better use '_' instead of '.' --- ext/gd/tests/conv_test.xbm | 6 +++--- 1 file 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 -- 2.40.0