From aefd218a3285151e605f2b91928263a668c7d89c Mon Sep 17 00:00:00 2001 From: Alexandr Prenko Date: Mon, 24 May 2010 09:22:40 +0300 Subject: [PATCH] Fixed bug: No newline at the end of file --- src/man2hlp/man2hlp.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/man2hlp/man2hlp.in b/src/man2hlp/man2hlp.in index e8c44f22b..18d9226fc 100644 --- a/src/man2hlp/man2hlp.in +++ b/src/man2hlp/man2hlp.in @@ -911,6 +911,7 @@ sub main # Write part before the "Contents" node print $f_out substr($outfile_buffer, 0, $cont_start-1); + print $f_out "\n"; fclose_check $f_out; return 0; -- 2.11.4.GIT