diff options
author | Christophe Grenier <[email protected]> | 2017-04-07 07:25:36 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2017-04-07 07:25:36 +0200 |
commit | 68c3977f82ec291f688fe2158630d0cb724f337a (patch) | |
tree | cad055ddcf3a986126aef9ce03e6da58a1639552 /src | |
parent | 27e1efc67c043469972a3aa925d2645af1e1b37e (diff) |
adv_get_options_for_partition(): style
Diffstat (limited to 'src')
-rw-r--r-- | src/adv.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -339,9 +339,7 @@ static const char *adv_get_options_for_partition(const partition_t *partition) } else if(is_fat(partition)) return "tubcq"; - else if(is_ntfs(partition)) - return "tlubcq"; - else if(is_exfat(partition)) + else if(is_ntfs(partition) || is_exfat(partition)) return "tlubcq"; else if(is_linux(partition)) { |