mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
fix typos
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37582 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
17b0d01f5c
commit
c08017d0f1
1 changed files with 5 additions and 5 deletions
|
@ -2261,9 +2261,10 @@ if (domainMask & mask) \
|
|||
#if defined(__MINGW__)
|
||||
if (nil == root)
|
||||
{
|
||||
NSString *installation = nil;
|
||||
NSString *path = nil;
|
||||
NSFileManager *mgr;
|
||||
NSString *installation = nil;
|
||||
NSString *path = nil;
|
||||
NSFileManager *mgr;
|
||||
BOOL isDir;
|
||||
|
||||
mgr = [NSFileManager defaultManager];
|
||||
|
||||
|
@ -2279,7 +2280,6 @@ if (domainMask & mask) \
|
|||
{
|
||||
HKEY regKey;
|
||||
BOOL found = NO;
|
||||
BOOL isDir;
|
||||
|
||||
/* Open the key for the current user or local machine where
|
||||
* the installation path for the GNUstep package is stored.
|
||||
|
@ -2344,7 +2344,7 @@ L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\GNUstep",
|
|||
|
||||
while (nil != (file = [e nextObject]))
|
||||
{
|
||||
if (isdigit([file characterAtIndex: 0])
|
||||
if (isdigit([file characterAtIndex: 0]))
|
||||
{
|
||||
float v = atof([file UTF8String]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue