From c3e87f345ddd60082d6470f6401a1659094a3011 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 15 Mar 2009 00:32:18 +0000 Subject: (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too --- src/airport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/airport.h') diff --git a/src/airport.h b/src/airport.h index ac2d369dd..2a763f1c5 100644 --- a/src/airport.h +++ b/src/airport.h @@ -69,8 +69,8 @@ enum { HELIPAD4 = 22 }; -/* Movement Blocks on Airports */ -/* blocks (eg_airport_flags) */ +/* Movement Blocks on Airports + * blocks (eg_airport_flags) */ static const uint64 TERM1_block = 1ULL << 0, TERM2_block = 1ULL << 1, -- cgit v1.2.3-54-g00ecf