forked from joejulian/gio
a223b36c25
I was seeing an extra newline when some errors were printed, like: $ gio foo please specify target $ The source of the little bug was a trailing newline in the error messages. Printing the messages already adds a newline. Signed-off-by: Daniel Martí <mvdan@mvdan.cc>