diff options
Diffstat (limited to 'fish/reopen.c')
-rw-r--r-- | fish/reopen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/reopen.c b/fish/reopen.c index 1b162c19..b0769826 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; |