| commit | 8e7a461ec2538f7cb4adfeef811cb5dd07e8da83 | [log] [tgz] |
|---|---|---|
| author | cristy <urban-warrior@git.imagemagick.org> | Mon Sep 16 22:10:27 2013 +0000 |
| committer | cristy <urban-warrior@git.imagemagick.org> | Mon Sep 16 22:10:27 2013 +0000 |
| tree | 50d3900d965ed9642fe851aab488e4e6ca486672 | |
| parent | f8ecbfdd4702c1b9dcc8f35870b60d61e6d32d79 [diff] [blame] |
diff --git a/MagickCore/string.c b/MagickCore/string.c index ad5f4b9..6921529 100644 --- a/MagickCore/string.c +++ b/MagickCore/string.c
@@ -61,7 +61,7 @@ */ #if !defined(MAGICKCORE_HAVE_STRCASECMP) || !defined(MAGICKCORE_HAVE_STRNCASECMP) static const unsigned char - asciimap[] = + AsciiMap[] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,