From: wdenk Date: Tue, 1 Jun 2004 21:15:28 +0000 (+0000) Subject: Fix text alignment X-Git-Tag: LABEL_2006_03_12_0025~569 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d7a04603ae9c85d496b3991f29dbb8ea339ace49;p=u-boot Fix text alignment --- diff --git a/board/cpc45/cpc45.c b/board/cpc45/cpc45.c index f44a59dbb0..ad69245827 100644 --- a/board/cpc45/cpc45.c +++ b/board/cpc45/cpc45.c @@ -49,7 +49,7 @@ int checkboard(void) ulong busfreq = get_bus_freq(0); char buf[32]; - printf("CPC45 "); + puts ("CPC45 "); /* printf("Revision %d ", revision); */