summaryrefslogtreecommitdiffstats
path: root/fish/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'fish/edit.c')
-rw-r--r--fish/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/edit.c b/fish/edit.c
index 58b4a598..a9539bad 100644
--- a/fish/edit.c
+++ b/fish/edit.c
@@ -32,7 +32,7 @@
/* guestfish edit command, suggested by Ján Ondrej, implemented by RWMJ */
int
-run_edit (const char *cmd, int argc, char *argv[])
+run_edit (const char *cmd, size_t argc, char *argv[])
{
TMP_TEMPLATE_ON_STACK (filename);
char buf[256];