summaryrefslogtreecommitdiffstats
path: root/fish/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'fish/echo.c')
-rw-r--r--fish/echo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/echo.c b/fish/echo.c
index 783c0f69..78b41601 100644
--- a/fish/echo.c
+++ b/fish/echo.c
@@ -25,9 +25,9 @@
#include "fish.h"
int
-run_echo (const char *cmd, int argc, char *argv[])
+run_echo (const char *cmd, size_t argc, char *argv[])
{
- int i;
+ size_t i;
for (i = 0; i < argc; ++i) {
if (i > 0) printf (" ");