commit | d79b7541f3ba5fc1c162da1aa7b28544ab85c170 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Wed May 25 10:47:41 2011 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Wed May 25 10:47:41 2011 -0700 |
tree | 822d5dda39dc84a1827e0a11900166a32b03ee3e | |
parent | 0b4eac9e0126ea3edd0d81bef972db4cb507d9ba [diff] [blame] |
whoops Change-Id: Ided86fe1991e5d9d6a707465429ec35ccc09743a
diff --git a/install.c b/install.c index 7ad1b2d..0b35ee7 100644 --- a/install.c +++ b/install.c
@@ -245,8 +245,9 @@ } if (firmware_type != NULL) { + int ret = handle_firmware_update(firmware_type, firmware_filename, zip); mzCloseZipArchive(zip); - return handle_firmware_update(firmware_type, firmware_filename, zip); + return ret; } return INSTALL_SUCCESS; }