Fix compile error

This commit is contained in:
Arne Keller 2020-02-16 16:25:19 +01:00
parent 07bc781c3d
commit a84cb80288

View File

@ -26,7 +26,7 @@ public class CommandLine {
if (input == null) {
break; // TODO remove
}
if (input.startsWith('#')) {
if (input.startsWith("#")) {
continue; // TODO remove
}