aboutsummaryrefslogtreecommitdiff
path: root/cmd/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/time.c')
-rw-r--r--cmd/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/time.c b/cmd/time.c
index de57e3b..2cd8b1a 100644
--- a/cmd/time.c
+++ b/cmd/time.c
@@ -28,7 +28,7 @@ static int do_time(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
ulong cycles = 0;
int retval = 0;
- int repeatable;
+ int repeatable = 0;
if (argc == 1)
return CMD_RET_USAGE;