Correct minor mispelling of NSLog. Compilation error.

This commit is contained in:
Gregory Casamento 2018-04-04 18:48:41 -04:00
parent cc7a146796
commit ced3b27144

View file

@ -1697,7 +1697,7 @@ lockInfoErr(NSString *str)
{
if (SetEvent(event) == 0)
{
SLog(@"Set event failed - %@", [NSError _last]);
NSLog(@"Set event failed - %@", [NSError _last]);
}
else
{