summaryrefslogtreecommitdiffstats
path: root/fish/more.c
diff options
context:
space:
mode:
Diffstat (limited to 'fish/more.c')
-rw-r--r--fish/more.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/more.c b/fish/more.c
index e8a6d052..2065abb4 100644
--- a/fish/more.c
+++ b/fish/more.c
@@ -28,7 +28,7 @@
#include "fish.h"
int
-run_more (const char *cmd, int argc, char *argv[])
+run_more (const char *cmd, size_t argc, char *argv[])
{
TMP_TEMPLATE_ON_STACK (filename);
char buf[256];