diff options
author | gautier.hattenberger | 2015-01-07 14:36:00 +0000 |
---|---|---|
committer | gautier.hattenberger | 2015-01-07 14:36:00 +0000 |
commit | 63edf4eeb3b8063bf9541dbc611dde73abf4ca56 (patch) | |
tree | f7dcea082b0ca673dab3caafa09f67334f3ff1b7 /examples/tkivyprobe.ml | |
parent | 5d51a16a065caa3cd74d7be4bc9a525d205d8746 (diff) | |
download | ivy-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.ml | 2 |
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 () |