mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16704 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cd13d283b2
commit
a62efff84c
15 changed files with 125 additions and 125 deletions
|
@ -557,7 +557,7 @@ main(int argc, char **argv, char **env)
|
|||
NSLog(@"ERROR: The GNUstep Base Library was built\n"
|
||||
@" without an available libxml library. Autogsdoc needs the libxml\n"
|
||||
@" library to function. Aborting");
|
||||
exit(1);
|
||||
exit(EXIT_FAILURE);
|
||||
#endif
|
||||
|
||||
defs = [NSUserDefaults standardUserDefaults];
|
||||
|
@ -604,7 +604,7 @@ main(int argc, char **argv, char **env)
|
|||
if (proc == nil)
|
||||
{
|
||||
NSLog(@"unable to get process information!");
|
||||
exit(1);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -617,7 +617,7 @@ main(int argc, char **argv, char **env)
|
|||
if (files == nil)
|
||||
{
|
||||
NSLog(@"Failed to load files from '%@'", obj);
|
||||
exit(1);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
firstFile = 0; // Not an argument list ... read from index 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue