commit | 5862be6db15355a3011f4e7705646d2a7c3ff04f | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Tue Jun 01 21:15:28 2004 +0000 |
committer | wdenk <wdenk> | Tue Jun 01 21:15:28 2004 +0000 |
tree | 8ce5ee32dd457d4f750d05f8ffecdca428a7a89f | |
parent | f8c590b61528e5e6fc1e9d62f9ed2f818aae6228 [diff] [blame] |
Fix text alignment
diff --git a/board/cpc45/cpc45.c b/board/cpc45/cpc45.c index f44a59d..ad69245 100644 --- a/board/cpc45/cpc45.c +++ b/board/cpc45/cpc45.c
@@ -49,7 +49,7 @@ ulong busfreq = get_bus_freq(0); char buf[32]; - printf("CPC45 "); + puts ("CPC45 "); /* printf("Revision %d ", revision); */