mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Correct missplaced bracket
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@20638 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
82ca6dd14a
commit
bdc606d592
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-01-31 07:30 Christian <christian@tenbyten.com>
|
||||
|
||||
* Tools/gpbs.m: Correct missplaced bracket when built for windows.
|
||||
|
||||
2005-01-21 21:51 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
Various warning and whitespace cleanups.
|
||||
|
|
|
@ -1274,8 +1274,8 @@ init(int argc, char** argv, char **env)
|
|||
gpbs_log(LOG_CRIT);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
* Make gpbs logging go to syslog unless overridden by user.
|
||||
|
|
Loading…
Reference in a new issue