Browse Source

Get rid of superfluous \n in --version

master
Michael Stapelberg 13 years ago
parent
commit
409025c7cc
  1. 2
      i3lock.c

2
i3lock.c

@ -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;

Loading…
Cancel
Save