Fixed wrongly placed closing bracket. Should be outside of #if GS_USE_ICU == 1,

otherwise compilation fails without libicu installed.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31973 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Quentin Mathe 2011-01-29 15:35:22 +00:00
parent b06267a94f
commit 33cea653e0

View file

@ -787,8 +787,8 @@ static NSUInteger _defaultBehavior = 0;
STRING_FROM_NUMBER(unum_formatDouble, (double)[anObject floatValue]);
break;
}
}
#endif
}
else if (_behavior == NSNumberFormatterBehavior10_0)
{
NSMutableDictionary *locale;