diff options
| author | ppedrot | 2012-09-25 14:04:16 +0000 |
|---|---|---|
| committer | ppedrot | 2012-09-25 14:04:16 +0000 |
| commit | c3426a0533f1b7a1718387c9d8e905a348ed34b8 (patch) | |
| tree | c1eafc33b1ceebe4af045e9f7e59602339bfba4b | |
| parent | f9307add04fb747101761e50e9118e48b1d340e4 (diff) | |
Fixing #2865.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15828 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | toplevel/vernacentries.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml index c0b9b11101..016f0c60af 100644 --- a/toplevel/vernacentries.ml +++ b/toplevel/vernacentries.ml @@ -196,7 +196,7 @@ let show_match id = str "| " ++ hov 1 (prlist_with_sep spc str l) ++ str " =>" in msg_notice (v 1 (str "match # with" ++ fnl () ++ - prlist_with_sep fnl pr_branch patterns ++ fnl ())) + prlist_with_sep fnl pr_branch patterns ++ fnl () ++ str "end" ++ fnl ())) (* "Print" commands *) |
