X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Ftime.c;fp=fish%2Ftime.c;h=f2fa0fcf9becfa849783a67ce787f214d743ebd8;hp=ed00c18e9b1be64f43217ad1bf11ea3557606537;hb=0003ea2c3dbaa7e22f4f616539136821d80694b8;hpb=585fceb3350c17a3d6ed7f2daffd5e2b3e5fc3e1 diff --git a/fish/time.c b/fish/time.c index ed00c18..f2fa0fc 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;