From c9137ecd57781011654c715804ee2196b77741b6 Mon Sep 17 00:00:00 2001 From: Patrick Dular <patrick.dular@ulg.ac.be> Date: Sat, 17 Oct 2015 01:09:40 +0000 Subject: [PATCH] Single comment --- Parser/Gmsh.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index a1da55015a..9a92c0b986 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -3249,7 +3249,7 @@ Loop : // Go after the next ElseIf or Else or EndIf int type_until2 = 0; skip_until_test("If", "EndIf", "ElseIf", 4, &type_until2); - if(!type_until2) ImbricatedTest--; + if(!type_until2) ImbricatedTest--; // EndIf reached } } | tElseIf '(' FExpr ')' -- GitLab