diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-04-12 09:54:53 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-04-12 09:54:53 +0000 |
commit | 80fcfd9313ef0c491e08c67393be5b3d7ab4f598 (patch) | |
tree | 5c3a6efbf35c6c0704d11708d534d40b8cea7a96 /parsing/syntaxerr.ml | |
parent | 84baddf830a019ae05869b73ca28fdd8bb2f42e7 (diff) |
Passe bien a la ligne
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3064 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'parsing/syntaxerr.ml')
-rw-r--r-- | parsing/syntaxerr.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/syntaxerr.ml b/parsing/syntaxerr.ml index 82fcc7745..538166145 100644 --- a/parsing/syntaxerr.ml +++ b/parsing/syntaxerr.ml @@ -30,7 +30,7 @@ let report_error ppf = function then fprintf ppf "Syntax error: '%s' expected, \ the highlighted '%s' might be unmatched" closing opening else begin - fprintf ppf "%aSyntax error: '%s' expected@?" + fprintf ppf "%aSyntax error: '%s' expected@." Location.print closing_loc closing; fprintf ppf "%aThis '%s' might be unmatched" Location.print opening_loc opening |