diff options
author | Koushik Dutta <koushd@gmail.com> | 2011-05-26 11:29:29 -0700 |
---|---|---|
committer | Koushik Dutta <koushd@gmail.com> | 2011-05-26 11:29:29 -0700 |
commit | e62132bb6dc2f2d87ee4f8d262c5159ee9f14c7f (patch) | |
tree | d7d764811db446c96ad888b09a9faf9bc31df986 /roots.c | |
parent | 8a6bc7742303fee29c22694a46b6109fb46adbd6 (diff) | |
download | android_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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |