Trivial tidyups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14959 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-11-09 06:45:31 +00:00
parent dd5cc6f3ee
commit 8355371659
19 changed files with 58 additions and 100 deletions

View file

@ -124,7 +124,7 @@ otherTime(NSDate* other)
* Returns the current time (seconds since reference date) as an NSTimeInterval.
*/
NSTimeInterval
GSTimeNow()
GSTimeNow(void)
{
#if !defined(__MINGW__)
NSTimeInterval interval;