aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i3-input/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i3-input/main.c b/i3-input/main.c
index c61a58e6..612a1adf 100644
--- a/i3-input/main.c
+++ b/i3-input/main.c
@@ -407,7 +407,7 @@ int main(int argc, char *argv[]) {
socket_path = sstrdup(optarg);
break;
case 'v':
- printf("i3-input " I3_VERSION);
+ printf("i3-input " I3_VERSION "\n");
return EXIT_OK;
case 'p':
/* This option is deprecated, but will still work in i3 v4.1, 4.2 and 4.3 */