Minor fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2068 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
netcrep 1997-01-30 15:41:50 +00:00
parent fc3e19d912
commit f646899788
5 changed files with 49 additions and 123 deletions

View file

@ -247,7 +247,10 @@ id GNUSTEP_GUI_FONT_PANEL_FACTORY;
return f;
}
else
return nil;
{
NSLog(@"Invalid font request\n");
return nil;
}
}
//