mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-11 13:50:52 -05:00
Get rid of superfluous \n in --version
This commit is contained in:
parent
00f1350bd5
commit
409025c7cc
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue