aircraft_cmd.c
changeset 2952 6a26eeda9679
parent 2854 6b85a5f4b65f
child 2962 dbd168a4703a
--- a/aircraft_cmd.c	Wed Feb 01 06:32:03 2006 +0000
+++ b/aircraft_cmd.c	Wed Feb 01 07:36:15 2006 +0000
@@ -1836,7 +1836,7 @@
 					//at what terminal does the group start?
 					//that means, sum up all terminals of
 					//groups with lower number
-					for(i = 1; i < target_group; i++)
+					for (i = 1; i < target_group; i++)
 						group_start += Airport->helipads[i];
 
 					group_end = group_start + Airport->helipads[target_group];