(svn r8203) -Fix:

Use initialisers, reduce variable scope, remove spurious whitespace, fix format string to make it readable
This commit is contained in:
tron
2007-01-17 20:34:29 +00:00
parent 2655cbc3b4
commit 0b710695a5
2 changed files with 12 additions and 12 deletions

View File

@@ -66,7 +66,7 @@ typedef struct RoadStop {
void *operator new (size_t size, int index);
void operator delete(void *rs, int index);
static RoadStop *AllocateRaw( void );
static RoadStop *AllocateRaw(void);
} RoadStop;
typedef struct StationSpecList {