aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/fake_ide.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fake_ide.ml b/tools/fake_ide.ml
index d7a292f4c..a9a7251c5 100644
--- a/tools/fake_ide.ml
+++ b/tools/fake_ide.ml
@@ -90,7 +90,7 @@ module Parser = struct (* {{{ *)
in find ~-1 0
else raise (Err ("Balanced "^String.make 1 c^" not found in: "^s))
- let eat_blanks s = snd (eat_rex "[ \n\t]*") s
+ let eat_blanks s = snd (eat_rex "[ \r\n\t]*") s
let s = ref ""