mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix accidental close parenthesis
This commit is contained in:
parent
bcc87bccda
commit
664daf4ed0
1 changed files with 1 additions and 1 deletions
|
@ -1197,7 +1197,7 @@ quotedFromString(NSString *aString)
|
|||
}
|
||||
|
||||
[super launch];
|
||||
)
|
||||
|
||||
lpath = [self _fullLaunchPath];
|
||||
wexecutable = (const unichar*)[lpath fileSystemRepresentation];
|
||||
|
||||
|
|
Loading…
Reference in a new issue