Get rid of superfluous \n in --version

pull/1/head
Michael Stapelberg 2011-11-06 14:08:33 +00:00
parent 00f1350bd5
commit 409025c7cc
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ int main(int argc, char *argv[]) {
, longopts, &optind)) != -1) {
switch (o) {
case 'v':
errx(EXIT_SUCCESS, "version " VERSION " © 2010-2011 Michael Stapelberg\n");
errx(EXIT_SUCCESS, "version " VERSION " © 2010-2011 Michael Stapelberg");
case 'n':
dont_fork = true;
break;