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/smdk2400 | |
parent | 8b74bf31fe57edfc502f94e905977304eac943ca (diff) |
Code cleanup for GCC-3.3.x compilers
Diffstat (limited to 'board/smdk2400')
-rw-r--r-- | board/smdk2400/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/smdk2400/flash.c b/board/smdk2400/flash.c index eb9eaa0deb0..a108af7c729 100644 --- a/board/smdk2400/flash.c +++ b/board/smdk2400/flash.c @@ -149,7 +149,7 @@ void flash_print_info (flash_info_t * info) } printf ("\n"); - Done: +Done: ; } /*----------------------------------------------------------------------- |