fixed a bug in the suffix handling

This commit is contained in:
hneemann 2019-07-11 10:24:02 +02:00
parent 9e941ff30c
commit 25b03f205f

View File

@ -22,11 +22,12 @@ public final class SaveAsHelper {
static {
KNOWN.add("dig");
KNOWN.add("fsm");
KNOWN.add("hex");
KNOWN.add("tru");
KNOWN.add("svg");
KNOWN.add("vhdl");
KNOWN.add("v");
KNOWN.add("hex");
KNOWN.add("tru");
KNOWN.add("csv");
KNOWN.add("gif");
KNOWN.add("png");