X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs_c.c;h=62d42d3fad06047f18ec81a012b9dd08af1f229c;hp=9a7454d562317bcc83bc437cda15bc104d89940c;hb=27420d5dcf7ba550751323ea2f27cf45b9146a91;hpb=1accb67720596bd946809d4032661f5d3adb7a26 diff --git a/ocaml/guestfs_c.c b/ocaml/guestfs_c.c index 9a7454d..62d42d3 100644 --- a/ocaml/guestfs_c.c +++ b/ocaml/guestfs_c.c @@ -51,7 +51,7 @@ guestfs_finalize (value gv) } static struct custom_operations guestfs_custom_operations = { - "guestfs_custom_operations", + (char *) "guestfs_custom_operations", guestfs_finalize, custom_compare_default, custom_hash_default,