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 9e190183..1b162c19 100644 --- a/fish/reopen.c +++ b/fish/reopen.c @@ -26,7 +26,7 @@ #include "fish.h" int -do_reopen (const char *cmd, int argc, char *argv[]) +run_reopen (const char *cmd, int argc, char *argv[]) { guestfs_h *g2; int r; |