From: Piotr Dymacz Date: Thu, 20 Mar 2014 13:40:25 +0000 (+0100) Subject: Too many space characters in cmd list X-Git-Tag: 2014-11-19~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e9ed283e16a84144e0d04bfde3ce93860eed7f15;p=oweals%2Fu-boot_mod.git Too many space characters in cmd list --- 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;