mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Correct minor mispelling of NSLog. Compilation error.
This commit is contained in:
parent
cc7a146796
commit
ced3b27144
1 changed files with 1 additions and 1 deletions
|
@ -1697,7 +1697,7 @@ lockInfoErr(NSString *str)
|
|||
{
|
||||
if (SetEvent(event) == 0)
|
||||
{
|
||||
SLog(@"Set event failed - %@", [NSError _last]);
|
||||
NSLog(@"Set event failed - %@", [NSError _last]);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue