From 4b6b6ba87ee19854bb8464cb248fcf40f0b965e1 Mon Sep 17 00:00:00 2001 From: glondu Date: Mon, 13 Sep 2010 22:48:18 +0000 Subject: Fix unescaped end-of-lines (OCaml warning 29) See http://caml.inria.fr/mantis/view.php?id=4940 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13413 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/ideutils.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide/ideutils.ml') diff --git a/ide/ideutils.ml b/ide/ideutils.ml index 0d1704e72c..b8eb2754f8 100644 --- a/ide/ideutils.ml +++ b/ide/ideutils.ml @@ -96,7 +96,7 @@ let try_convert s = try do_convert s with _ -> - "(* Fatal error: wrong encoding in input. + "(* Fatal error: wrong encoding in input. \ Please choose a correct encoding in the preference panel.*)";; -- cgit v1.2.3