Browse Source

Fixed bug: No newline at the end of file

Alexandr Prenko 15 years ago
parent
commit
aefd218a32
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/man2hlp/man2hlp.in

+ 1 - 0
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;