diff options
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/coqtop.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/coqtop.ml b/toplevel/coqtop.ml index 64e98d641b..fd7dfe89bc 100644 --- a/toplevel/coqtop.ml +++ b/toplevel/coqtop.ml @@ -32,7 +32,7 @@ let get_version_date () = let print_header () = let (ver,rev) = (get_version_date ()) in - pp (str "Welcome to Coq "++ str ver ++ str " (" ++ str rev ++ str ")\n"); + pp (str "Welcome to Coq "++ str ver ++ str " (" ++ str rev ++ str ")" ++ fnl ()); flush stdout let output_context = ref false |
