From 7c1446869753222d58519b4b877f31d8bb73bd7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Farr=C3=A9s?= Date: Sat, 15 Apr 2017 21:50:55 +0200 Subject: [PATCH] Add newline (#588) --- source/rofi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : "" ); }