From e9ed283e16a84144e0d04bfde3ce93860eed7f15 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Thu, 20 Mar 2014 14:40:25 +0100 Subject: [PATCH] Too many space characters in cmd list --- u-boot/common/command.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/u-boot/common/command.c b/u-boot/common/command.c index 4678656..1289b1d 100755 --- a/u-boot/common/command.c +++ b/u-boot/common/command.c @@ -259,8 +259,6 @@ int do_help(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[]){ } } - max_len++; - /* print short help (usage) */ for(i = 0; i < cmd_items; i++){ const char *usage = cmd_array[i]->usage; -- 2.25.1