commit | 30b8732cf8d518d132201ad828c1ca46e19c570a | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Fri Aug 12 23:43:12 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Fri Aug 12 23:43:12 2005 +0200 |
tree | a2632eebb35d8a456cc4c34fce64796be97deb13 | |
parent | 532ba4ad40aa2ca44e302fd5044eb35ad152412d [diff] [blame] |
Minor code cleanup
diff --git a/board/voiceblue/eeprom.c b/board/voiceblue/eeprom.c index 25e2294..0ad1b66 100644 --- a/board/voiceblue/eeprom.c +++ b/board/voiceblue/eeprom.c
@@ -146,7 +146,7 @@ { int i, len, ret; unsigned char buf[58], *p; - + app_startup(argv); if (get_version() != XF_VERSION) { printf("Wrong XF_VERSION.\n"); @@ -209,4 +209,3 @@ return 0; } -