aboutsummaryrefslogtreecommitdiffstats
path: root/roots.c
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-05-26 11:29:29 -0700
committerKoushik Dutta <koushd@gmail.com>2011-05-26 11:29:29 -0700
commite62132bb6dc2f2d87ee4f8d262c5159ee9f14c7f (patch)
treed7d764811db446c96ad888b09a9faf9bc31df986 /roots.c
parent8a6bc7742303fee29c22694a46b6109fb46adbd6 (diff)
downloadandroid_bootable_recovery-e62132bb6dc2f2d87ee4f8d262c5159ee9f14c7f.tar.gz
android_bootable_recovery-e62132bb6dc2f2d87ee4f8d262c5159ee9f14c7f.tar.bz2
android_bootable_recovery-e62132bb6dc2f2d87ee4f8d262c5159ee9f14c7f.zip
more fixes
Change-Id: Ic55d94ef69b6b8ea4ec2a6df708a9444e9d5f4e5
Diffstat (limited to 'roots.c')
-rw-r--r--roots.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roots.c b/roots.c
index a33190a0..c1c37a37 100644
--- a/roots.c
+++ b/roots.c
@@ -302,7 +302,7 @@ int format_volume(const char* volume) {
}
if (strcmp(v->fs_type, "emmc") == 0) {
- return erase_raw_partition(v->device);
+ return erase_raw_partition("emmc", v->device);
}
if (strcmp(v->fs_type, "ext4") == 0) {