aboutsummaryrefslogtreecommitdiffstats
path: root/flashutils
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-05-30 15:22:04 -0700
committerKoushik Dutta <koushd@gmail.com>2011-05-30 15:22:04 -0700
commit01143a5630e9d5fd38652b1d848b26efb1a6e69d (patch)
treee029eec90be9537692999574679e9706725c2de5 /flashutils
parentb2d30187d6884ddbca35cd0fb81e55be2ab78f4c (diff)
downloadbootable_recovery-01143a5630e9d5fd38652b1d848b26efb1a6e69d.zip
bootable_recovery-01143a5630e9d5fd38652b1d848b26efb1a6e69d.tar.gz
bootable_recovery-01143a5630e9d5fd38652b1d848b26efb1a6e69d.tar.bz2
remove logging, fix bug
Change-Id: Ie300222a3754a1ed7de5851a2298526a416da5d3
Diffstat (limited to 'flashutils')
-rw-r--r--flashutils/flashutils.c2
1 files changed, 1 insertions, 1 deletions
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 @@ static int detect_partition(const char *partitionType, const char *partition)
type = get_flash_type(partitionType);
}
- return type;
+ return type;
}
int restore_raw_partition(const char* partitionType, const char *partition, const char *filename)
{