Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 94de7b51 authored by POTTIER Francois's avatar POTTIER Francois
Browse files

Tiny cleanup.

parent 55ff8ae9
No related branches found
No related tags found
No related merge requests found
...@@ -497,7 +497,7 @@ let read_messages filename : run or_comment list = ...@@ -497,7 +497,7 @@ let read_messages filename : run or_comment list =
match SentenceParser.entry SentenceLexer.lex lexbuf with match SentenceParser.entry SentenceLexer.lex lexbuf with
| exception Parsing.Parse_error -> | exception Parsing.Parse_error ->
Error.error Error.error
(Positions.one (Lexing.lexeme_start_p lexbuf)) [Positions.cpos lexbuf]
"ill-formed sentence." "ill-formed sentence."
| sentences -> | sentences ->
(* In principle, we should now find a segment of whitespace (* In principle, we should now find a segment of whitespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment