This commit is contained in:
M66B 2023-06-29 19:49:50 +02:00
parent efc16d65b1
commit c17d01ba3a
1 changed files with 0 additions and 1 deletions

View File

@ -314,7 +314,6 @@ public class ParameterList {
", at " + h.getNextPos() +
", expected ';', got \"" +
tk.getValue() + "\"");
}
recover = true;
continue;
}