]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd_mmc remove \n
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Thu, 25 Feb 2010 13:03:08 +0000 (14:03 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 21 Mar 2010 15:44:04 +0000 (16:44 +0100)
commit9d90a93d367272ee65550c0c9f82615cec967c70
tree952286ac78310c725a17dc4880834a5271e18138
parent67c7189dd35cb368ef665126fd17816581bd2e92
cmd_mmc remove \n

This patch removes the \n after the help message for mmcinfo.
This resulted in an empty line being displayed after the mmcinfo line
when the help command was given.

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
common/cmd_mmc.c