diff options
author | wdenk <wdenk> | 2004-06-01 21:15:28 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-01 21:15:28 +0000 |
commit | d7a04603ae9c85d496b3991f29dbb8ea339ace49 (patch) | |
tree | 8ce5ee32dd457d4f750d05f8ffecdca428a7a89f /board | |
parent | 979bdbc70e5aa6430e24c6db1e424f62ea2d287a (diff) |
Fix text alignment
Diffstat (limited to 'board')
-rw-r--r-- | board/cpc45/cpc45.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cpc45/cpc45.c b/board/cpc45/cpc45.c index f44a59dbb04..ad69245827a 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); */ |