summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Shinwell <mshinwell@janestreet.com>2015-11-30 09:28:38 +0000
committerMark Shinwell <mshinwell@janestreet.com>2015-11-30 09:28:38 +0000
commitc1c84310b529b09c6fb67ac862e88dd4d5eecbbf (patch)
tree719a6c2d4ab27e825ea1f6f538634a109dec500e
parent6c90da49f1320de60e4ee8e936961928ec87a3b2 (diff)
downloadocaml-c1c84310b529b09c6fb67ac862e88dd4d5eecbbf.tar.gz
Someone didn't compile their code
-rw-r--r--byterun/io.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/byterun/io.c b/byterun/io.c
index eff504d0e2..60504f5862 100644
--- a/byterun/io.c
+++ b/byterun/io.c
@@ -454,8 +454,7 @@ CAMLexport void caml_finalize_channel(value vchan)
*/
if (chan->name && caml_runtime_warnings_active())
fprintf(stderr,
- "[ocaml] (moreover, it has unflushed data)\n",
- chan->name
+ "[ocaml] (moreover, it has unflushed data)\n"
);
} else {
unlink_channel(chan);