commit | 01143a5630e9d5fd38652b1d848b26efb1a6e69d | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Mon May 30 15:22:04 2011 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Mon May 30 15:22:04 2011 -0700 |
tree | e029eec90be9537692999574679e9706725c2de5 | |
parent | b2d30187d6884ddbca35cd0fb81e55be2ab78f4c [diff] |
remove logging, fix bug Change-Id: Ie300222a3754a1ed7de5851a2298526a416da5d3
diff --git a/flashutils/flashutils.c b/flashutils/flashutils.c index fa4b1f5..27f0c66 100644 --- a/flashutils/flashutils.c +++ b/flashutils/flashutils.c
@@ -95,7 +95,7 @@ type = get_flash_type(partitionType); } - return type; + return type; } int restore_raw_partition(const char* partitionType, const char *partition, const char *filename) {