[flight_plan] add ; when using the 'call' statement without loop

This commit is contained in:
Gautier Hattenberger
2015-02-28 23:47:51 +01:00
parent 8634b728ae
commit f6937434cb
+1 -1
View File
@@ -531,7 +531,7 @@ let rec print_stage = fun index_of_waypoints x ->
lprintf " break;\n";
lprintf "}\n"
| "FALSE" ->
lprintf "%s\n" statement;
lprintf "%s;\n" statement;
begin match break with
| "TRUE" -> lprintf "NextStageAndBreak();\n";
| "FALSE" -> lprintf "NextStage();\n";