commit | b20a4812ba28f55b3a5052c9d619e3f0a365392f | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Thu Jan 26 15:29:08 2012 -0800 |
committer | Koushik Dutta <koushd@gmail.com> | Thu Jan 26 15:29:08 2012 -0800 |
tree | e56f6d7fd4ff23751166ada3bea7ea8a5c4974f8 | |
parent | 5617056cb8f2dea16bac03053b8c9b802773408c [diff] [blame] |
reversed the logic Change-Id: I62c104ee0c9218f929c10eda31f4bf5828b0de22
diff --git a/extendedcommands.c b/extendedcommands.c index 43d449a..8bd447a 100644 --- a/extendedcommands.c +++ b/extendedcommands.c
@@ -694,7 +694,7 @@ options[mountable_volumes+i] = e->txt; } - if (is_data_media()) { + if (!is_data_media()) { options[mountable_volumes + formatable_volumes] = "mount USB storage"; options[mountable_volumes + formatable_volumes + 1] = NULL; }