diff options
author | wdenk <wdenk> | 2004-10-17 21:12:06 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-17 21:12:06 +0000 |
commit | e86e5a07485bc0f33103004594a28882c028e7af (patch) | |
tree | b3f2496049f2e8f82676372d840bc10bf077de44 /board/shannon/flash.c | |
parent | 8b74bf31fe57edfc502f94e905977304eac943ca (diff) | |
download | u-boot-imx-e86e5a07485bc0f33103004594a28882c028e7af.zip u-boot-imx-e86e5a07485bc0f33103004594a28882c028e7af.tar.gz u-boot-imx-e86e5a07485bc0f33103004594a28882c028e7af.tar.bz2 |
Code cleanup for GCC-3.3.x compilers
Diffstat (limited to 'board/shannon/flash.c')
-rw-r--r-- | board/shannon/flash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/shannon/flash.c b/board/shannon/flash.c index 65ebc27..13c01d8 100644 --- a/board/shannon/flash.c +++ b/board/shannon/flash.c @@ -178,6 +178,7 @@ void flash_print_info (flash_info_t *info) printf ("\n"); Done: + ; } /*----------------------------------------------------------------------- |