From 6391d1a7cfa10337a75465c72d49df3c9ebc65ca Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 21 Oct 2010 10:50:25 +0100 Subject: fish: Change 'int argc' to 'size_t argc' throughout. --- fish/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fish/time.c') diff --git a/fish/time.c b/fish/time.c index f2fa0fcf..48cf1002 100644 --- a/fish/time.c +++ b/fish/time.c @@ -26,7 +26,7 @@ #include "fish.h" int -run_time (const char *cmd, int argc, char *argv[]) +run_time (const char *cmd, size_t argc, char *argv[]) { struct timeval start_t, end_t; int64_t start_us, end_us, elapsed_us; -- cgit