mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Compile fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31935 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f9107cb189
commit
179449dcc0
3 changed files with 11 additions and 3 deletions
|
@ -782,7 +782,7 @@ static NSUInteger _defaultBehavior = 0;
|
|||
}
|
||||
#endif
|
||||
}
|
||||
else if (_behavior == NSNumberFormatterBehavior10_0
|
||||
else if (_behavior == NSNumberFormatterBehavior10_0)
|
||||
{
|
||||
NSMutableDictionary *locale;
|
||||
NSCharacterSet *formattingCharacters;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue