diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2006-05-09 16:02:48 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2006-05-09 16:02:48 +0000 |
commit | 763658ec00798cf98711d96ca8dc9585047af5fb (patch) | |
tree | 6e5cc5bcdd58f2573160a7ba33b987ca84fba8bc | |
parent | ca99b3c0625fe977f5cec3f447966ce1f0db865e (diff) |
Typo
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7410 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | otherlibs/win32graph/open.c | 2 |
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... */ |