Author: Paul_R
Date: 2008-09-17 17:15:25 +0200 (Wed, 17 Sep 2008)
New Revision: 1883
Modified:
firmware/tuxup/unix/trunk/main.c
Log:
* Typo : these return should be on the else statement.
Modified: firmware/tuxup/unix/trunk/main.c
===================================================================
--- firmware/tuxup/unix/trunk/main.c 2008-09-17 15:06:57 UTC (rev 1882)
+++ firmware/tuxup/unix/trunk/main.c 2008-09-17 15:15:25 UTC (rev 1883)
@@ -344,8 +344,8 @@
else
{
log_notice("\033[2C[\033[01;31mFAIL\033[00m]\n");
+ return E_TUXUP_PROGRAMMINGFAILED;
}
- return E_TUXUP_PROGRAMMINGFAILED;
}
static int prog_eeprom(uint8_t cpu_nbr, char const *filename)
@@ -388,8 +388,8 @@
else
{
log_notice("\033[2C[\033[01;31mFAIL\033[00m]\n");
+ return E_TUXUP_PROGRAMMINGFAILED;
}
- return E_TUXUP_PROGRAMMINGFAILED;
}
static int prog_usb(char const *filename)
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn