summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAdrià Farrés <vimeitor@users.noreply.github.com>2017-04-15 21:50:55 +0200
committerDave Davenport <DaveDavenport@users.noreply.github.com>2017-04-15 21:50:55 +0200
commit7c1446869753222d58519b4b877f31d8bb73bd7b (patch)
tree7d4c2bfc00877f94d41da74819e23ccde1a3af11 /source
parent9a68b22009bcb0c3824ae5f3a605191a960ee45f (diff)
Add newline (#588)
Diffstat (limited to 'source')
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 1fd5325b..c994c36a 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -408,7 +408,7 @@ static void help_print_no_arguments ( void )
is_term ? color_reset : "" );
}
}
- fprintf ( stderr, "\nTo activate a mode, add it to the list of modi in the %smodi%s setting.",
+ fprintf ( stderr, "\nTo activate a mode, add it to the list of modi in the %smodi%s setting.\n",
is_term ? color_green : "", is_term ? color_reset : "" );
}