Skip to content

Commit

Permalink
"EXIT" extension command was duplicated - these are skipped anyways. h…
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay authored and egonw committed Feb 15, 2022
1 parent ba7ae81 commit a5bf669
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -256,7 +256,6 @@ private ICrystal readCrystal(ICrystal crystal) throws IOException {
} else if (command.equalsIgnoreCase("FRAG")) {
} else if (command.equalsIgnoreCase("FEND")) {
} else if (command.equalsIgnoreCase("EXYZ")) {
} else if (command.equalsIgnoreCase("EXTI")) {
} else if (command.equalsIgnoreCase("EADP")) {
} else if (command.equalsIgnoreCase("EQIV")) {

Expand Down

0 comments on commit a5bf669

Please sign in to comment.