diff options
author | Koushik Dutta <koushd@gmail.com> | 2010-12-18 22:29:27 -0800 |
---|---|---|
committer | Koushik Dutta <koushd@gmail.com> | 2010-12-18 22:29:27 -0800 |
commit | 5d80817f2b6e9648e579700bbc73826601dfc539 (patch) | |
tree | efc21cd0ca901e961c175a9da6bb16c63ad17e22 /roots.c | |
parent | 4995114d386182efd8f680aa8486a371da9f6b27 (diff) | |
download | android_bootable_recovery-5d80817f2b6e9648e579700bbc73826601dfc539.tar.gz android_bootable_recovery-5d80817f2b6e9648e579700bbc73826601dfc539.tar.bz2 android_bootable_recovery-5d80817f2b6e9648e579700bbc73826601dfc539.zip |
There was apparently a lack of carebear.
Change-Id: Ie65bce617b99985ab937602e1e30a97340b0dd5b
Diffstat (limited to 'roots.c')
-rw-r--r-- | roots.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -269,6 +269,9 @@ int format_volume(const char* volume) { return 0; } +#if 0 LOGE("format_volume: fs_type \"%s\" unsupported\n", v->fs_type); return -1; +#endif + return format_unknown_device(volume); } |