X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Freopen.c;h=b07698263ccb6a355f434c4eb3567c456257e387;hp=1b162c198dd49a4165c3baf303e36206451c3d88;hb=61da709722ec244da1c3c7d4f1a8706f76687cb3;hpb=0003ea2c3dbaa7e22f4f616539136821d80694b8 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;