From ecf1c35849e0713f0c40727ad2253f0ffec94b93 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 3 Dec 2004 07:43:00 +0000 Subject: (svn r907) Sprinkle holy ANSI water: - "inline" must before the return type (and after "static") - Initialise all struct members, not just some of them - Remove (one) spurious semicolon --- table/station_land.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'table/station_land.h') diff --git a/table/station_land.h b/table/station_land.h index 8beaf141e..14b70ec25 100644 --- a/table/station_land.h +++ b/table/station_land.h @@ -1,4 +1,4 @@ -#define TILE_SEQ_END() { 0x80 } +#define TILE_SEQ_END() { 0x80, 0, 0, 0, 0, 0, 0 } static const DrawTileSeqStruct _station_display_datas_0[] = { { 0, 0, 0, 16, 5, 2, 0x842E }, -- cgit v1.2.3-54-g00ecf