aboutsummaryrefslogtreecommitdiff
path: root/examples/tkivyprobe.ml
diff options
context:
space:
mode:
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 ()