From: Marcus Boerger Date: Sun, 15 Jun 2003 19:56:40 +0000 (+0000) Subject: Better use '_' instead of '.' X-Git-Tag: RELEASE_1_0_2~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4593a04e3bb762ec5714922e91ba29aed6f11bc3;p=php Better use '_' instead of '.' --- 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