summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2000-03-30 17:28:39 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2000-03-30 17:28:39 +0000
commit7433ad92fc6656cd68c9ec6d4ef96b3edc6edb10 (patch)
tree78ec929e5865b0f5337ca8e08f870b4a41ab7dbc
parenta1975901e31794202bc73494562cea9fc73cff83 (diff)
Blanc dans message d'erreur
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3019 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--byterun/startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/startup.c b/byterun/startup.c
index 7f85b87e7..236623686 100644
--- a/byterun/startup.c
+++ b/byterun/startup.c
@@ -161,7 +161,7 @@ static void check_primitives(int fd, int prim_size)
p = p + strlen(p) + 1, idx++) {
if (names_of_cprim[idx] == NULL ||
strcmp(p, names_of_cprim[idx]) != 0)
- fatal_error_arg("Fatal error: this bytecode file cannot run"
+ fatal_error_arg("Fatal error: this bytecode file cannot run "
"on this bytecode interpreter\n"
"Mismatch on primitive `%s'\n", p);
}