mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
fix return value, avoid warning
This commit is contained in:
parent
24ede72e4a
commit
17182aea86
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,7 @@
|
|||
[NSCharacterSet whitespaceAndNewlineCharacterSet]] length] == 0)
|
||||
{
|
||||
[fileNameField setStringValue:fileName];
|
||||
return NO;
|
||||
return;
|
||||
}
|
||||
|
||||
/* PCLogInfo(self, @"{%@} file name changed from: %@ to: %@",
|
||||
|
|
Loading…
Reference in a new issue