Skip to content

Commit

Permalink
Get rid of superfluous \n in --version
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Nov 6, 2011
1 parent 00f1350 commit 409025c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i3lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 409025c

Please sign in to comment.