X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Freopen.c;h=b07698263ccb6a355f434c4eb3567c456257e387;hb=b535363e7e7a000cca3651790f911b2d0605968f;hp=1b162c198dd49a4165c3baf303e36206451c3d88;hpb=0003ea2c3dbaa7e22f4f616539136821d80694b8;p=libguestfs.git diff --git a/fish/reopen.c b/fish/reopen.c index 1b162c1..b076982 100644 --- a/fish/reopen.c +++ b/fish/reopen.c @@ -26,7 +26,7 @@ #include "fish.h" int -run_reopen (const char *cmd, int argc, char *argv[]) +run_reopen (const char *cmd, size_t argc, char *argv[]) { guestfs_h *g2; int r;