aboutsummaryrefslogtreecommitdiff
path: root/examples/tkivyprobe.ml
diff options
context:
space:
mode:
authorgautier.hattenberger2015-01-07 14:36:00 +0000
committergautier.hattenberger2015-01-07 14:36:00 +0000
commit63edf4eeb3b8063bf9541dbc611dde73abf4ca56 (patch)
treef7dcea082b0ca673dab3caafa09f67334f3ff1b7 /examples/tkivyprobe.ml
parent5d51a16a065caa3cd74d7be4bc9a525d205d8746 (diff)
downloadivy-ocaml-63edf4eeb3b8063bf9541dbc611dde73abf4ca56.zip
ivy-ocaml-63edf4eeb3b8063bf9541dbc611dde73abf4ca56.tar.gz
ivy-ocaml-63edf4eeb3b8063bf9541dbc611dde73abf4ca56.tar.bz2
ivy-ocaml-63edf4eeb3b8063bf9541dbc611dde73abf4ca56.tar.xz
fix ctkivy and add tk part to makefile again
Diffstat (limited to 'examples/tkivyprobe.ml')
-rw-r--r--examples/tkivyprobe.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tkivyprobe.ml b/examples/tkivyprobe.ml
index 67ee3aa..150ccdb 100644
--- a/examples/tkivyprobe.ml
+++ b/examples/tkivyprobe.ml
@@ -1,6 +1,6 @@
let _ =
Ivyprobe.init ();
- let top = Tk.openTk () in
+ let _ = Tk.openTk () in
try
ignore (TkIvy.set_up_channel Unix.stdin Ivy.stop (fun _ -> Ivyprobe.read stdin));
TkIvy.main ()