fix return value, avoid warning

This commit is contained in:
Riccardo Mottola 2021-02-05 12:39:59 +01:00
parent 24ede72e4a
commit 17182aea86

View file

@ -989,7 +989,7 @@
[NSCharacterSet whitespaceAndNewlineCharacterSet]] length] == 0)
{
[fileNameField setStringValue:fileName];
return NO;
return;
}
/* PCLogInfo(self, @"{%@} file name changed from: %@ to: %@",