mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 08:50:57 +00:00
Make sure headers don't conflict with MacOSX headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15202 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3a36b280a9
commit
81c64c4935
4 changed files with 6 additions and 6 deletions
|
@ -42,7 +42,7 @@ int main ()
|
|||
printf ("Convert nib files to GNU model files.\n");
|
||||
printf ("usage: %s nib-file gmodel-file\n",
|
||||
[[processInfo processName] cString]);
|
||||
exit (1);
|
||||
return (1);
|
||||
}
|
||||
|
||||
translator = [[Translator new] autorelease];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue