Browse Source

Improve written rc file

Leo 8 years ago
parent
commit
8ab3beab0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/rc.ml

+ 1 - 1
src/rc.ml

@@ -198,7 +198,7 @@ object (self)
       } |> sexp_of_basic_rc
       |> Sexp.to_string_hum
     in
-    let data = String.concat [ rc_header ; "\n\n\n" ; body ] in
+    let data = String.concat [ rc_header ; "\n\n\n" ; body ; "\n" ] in
     Out_channel.write_all name ~data
   (** Write rc file at instantiation. Entries should be changed in group, to
    * avoid multiple writing. Although, there is some cache done by out_channels,