mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-24 09:19:15 +00:00
Fix copy-and-paste error.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31880 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8111e270df
commit
316bd160d7
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ static NSUInteger _defaultBehavior = 0;
|
|||
#endif
|
||||
{
|
||||
#if GS_USE_ICU == 1
|
||||
return [self _setSymbol: newSeparator : UNUM_DECIMAL_SEPARATOR_SYMBOL];
|
||||
[self _setSymbol: newSeparator : UNUM_DECIMAL_SEPARATOR_SYMBOL];
|
||||
#endif
|
||||
}
|
||||
else if (_behavior == NSNumberFormatterBehavior10_0
|
||||
|
|
Loading…
Reference in a new issue