diff options
author | terkhen <terkhen@openttd.org> | 2011-01-15 15:36:58 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2011-01-15 15:36:58 +0000 |
commit | 679cd3c21b44d0fdcbed2edaf7b243dcb1ac89f6 (patch) | |
tree | fa42e06fb2254aed29262e3e283188c77bd6f9f0 /src/aircraft_cmd.cpp | |
parent | 2709454040185af96feb80a25f51c412fa6f1ad1 (diff) | |
download | openttd-679cd3c21b44d0fdcbed2edaf7b243dcb1ac89f6.tar.xz |
(svn r21803) -Cleanup: Remove unnecessary semicolons.
Diffstat (limited to 'src/aircraft_cmd.cpp')
-rw-r--r-- | src/aircraft_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aircraft_cmd.cpp b/src/aircraft_cmd.cpp index 9afad2f0b..419d96ff4 100644 --- a/src/aircraft_cmd.cpp +++ b/src/aircraft_cmd.cpp @@ -1664,7 +1664,7 @@ static bool AirportSetBlocks(Aircraft *v, const AirportFTA *current_pos, const A break; } current = current->next; - }; + } /* if the block to be checked is in the next position, then exclude that from * checking, because it has been set by the airplane before */ |