mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
e5c6f4597d
commit
1c2a3ff55b
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…
Add table
Add a link
Reference in a new issue