diff options
author | belugas <belugas@openttd.org> | 2006-07-26 03:33:12 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2006-07-26 03:33:12 +0000 |
commit | 6082507fea5070cfa7846a4bc9b0c02706fbeee7 (patch) | |
tree | 49db495ba0ae909a8a9645176b5b5b72483be02f /airport_gui.c | |
parent | fd0305197ef5e50554ae06dd8e3ddd8238cbeca1 (diff) | |
download | openttd-6082507fea5070cfa7846a4bc9b0c02706fbeee7.tar.xz |
(svn r5609) CodeChange : Apply coding style
Diffstat (limited to 'airport_gui.c')
-rw-r--r-- | airport_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/airport_gui.c b/airport_gui.c index e150cf6d6..08fe9bbd3 100644 --- a/airport_gui.c +++ b/airport_gui.c @@ -146,7 +146,7 @@ static void BuildAirportPickerWndProc(Window *w, WindowEvent *e) int sel; int rad = 4; // default catchment radious uint32 avail_airports; - const AirportFTAClass* airport; + const AirportFTAClass *airport; if (WP(w,def_d).close) return; |