summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/examples_labltk/eyes.ml
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/examples_labltk/eyes.ml')
-rw-r--r--otherlibs/labltk/examples_labltk/eyes.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/examples_labltk/eyes.ml b/otherlibs/labltk/examples_labltk/eyes.ml
index a96e08260..74f59f6c0 100644
--- a/otherlibs/labltk/examples_labltk/eyes.ml
+++ b/otherlibs/labltk/examples_labltk/eyes.ml
@@ -24,7 +24,7 @@ let _ =
pack [fw];
let c = Canvas.create ~width: 200 ~height: 200 fw in
let create_eye cx cy wx wy ewx ewy bnd =
- let o2 = Canvas.create_oval
+ let _o2 = Canvas.create_oval
~x1:(cx - wx) ~y1:(cy - wy)
~x2:(cx + wx) ~y2:(cy + wy)
~outline: `Black ~width: 7