commit | 64d79c6531eea2df8d4c7702a51fce262da635dd | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Wed Feb 09 06:12:44 2011 -0800 |
committer | Koushik Dutta <koushd@gmail.com> | Wed Feb 09 06:13:30 2011 -0800 |
tree | f6800dc84f087ceb85a61a99fb4c93ef0916c732 | |
parent | 28fee5a1b257e30a24d29afb77efe298e8c5cb7a [diff] [blame] |
Support multiple file system types. Change-Id: Icd89a7ce14ef7948dbd25bfbb17ff9d930514b00
diff --git a/common.h b/common.h index a4acc39..5d24881 100644 --- a/common.h +++ b/common.h
@@ -112,7 +112,7 @@ const char* device2; // alternative device to try if fs_type // == "ext4" or "vfat" and mounting // 'device' fails - const char* fallback_fs_type; + const char* fs_type2; } Volume; #endif // RECOVERY_COMMON_H