Fixed incorrect condition.
h3rald h3rald@h3rald.com
Sat, 08 Sep 2018 11:26:34 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
hastyscribe.nim
→
hastyscribe.nim
@@ -529,7 +529,7 @@ discard
else: discard - if dumpdata == "": + if dumpdata != "": if input == "": quit(usage, 1) elif options.css == "":