summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--otherlibs/win32graph/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32graph/open.c b/otherlibs/win32graph/open.c
index 63ae6348c..6086626ba 100644
--- a/otherlibs/win32graph/open.c
+++ b/otherlibs/win32graph/open.c
@@ -303,7 +303,7 @@ CAMLprim value caml_gr_size_y(void)
CAMLprim value caml_gr_resize_window (value vx, value vy)
{
- caml_gr_check_open ();
+ gr_check_open ();
/* FIXME TODO implement this function... */