diff options
Diffstat (limited to 'fish/time.c')
-rw-r--r-- | fish/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/time.c b/fish/time.c index ed00c18e..f2fa0fcf 100644 --- a/fish/time.c +++ b/fish/time.c @@ -26,7 +26,7 @@ #include "fish.h" int -do_time (const char *cmd, int argc, char *argv[]) +run_time (const char *cmd, int argc, char *argv[]) { struct timeval start_t, end_t; int64_t start_us, end_us, elapsed_us; |