From: cristy Date: Thu, 19 May 2011 23:34:51 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7529 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=022ce732426fa9889870a0e3ad4649f04605177c;p=imagemagick --- diff --git a/magick/locale.c b/magick/locale.c index 4e9975b1b..de6d3127a 100644 --- a/magick/locale.c +++ b/magick/locale.c @@ -83,11 +83,11 @@ static SemaphoreInfo static SplayTreeInfo *locale_list = (SplayTreeInfo *) NULL; -static volatile MagickBooleanType - instantiate_locale = MagickFalse; - static volatile locale_t c_locale = (locale_t) NULL; + +static volatile MagickBooleanType + instantiate_locale = MagickFalse; /* Forward declarations.