i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 409025c7cccbce9a27c62313410bbce96560620e
parent 00f1350bd53b2449df12cd744fc5982fc1daae37
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sun,  6 Nov 2011 14:08:33 +0000

Get rid of superfluous \n in --version

Diffstat:
Mi3lock.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;