]> git.sur5r.net Git - i3/i3lock/commitdiff
Get rid of superfluous \n in --version
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 6 Nov 2011 14:08:33 +0000 (14:08 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 6 Nov 2011 14:08:33 +0000 (14:08 +0000)
i3lock.c

index d34a56224d86413d4ea86299c31a8d0e8615b96d..2241f056a6d301c14b6dc366d7973a5fdc5a987d 100644 (file)
--- a/i3lock.c
+++ b/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;