-rw-r--r-- | noncore/tools/formatter/formatter.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/tools/formatter/formatter.cpp b/noncore/tools/formatter/formatter.cpp index ed0ced1..46dc01c 100644 --- a/noncore/tools/formatter/formatter.cpp +++ b/noncore/tools/formatter/formatter.cpp | |||
@@ -477,2 +477,5 @@ bool FormatterApp::doFsck() { | |||
477 | selectedDevice = deviceComboBox->currentText(); | 477 | selectedDevice = deviceComboBox->currentText(); |
478 | |||
479 | QString umountS = "umount -v "+selectedDevice+" 2>&1"; | ||
480 | QString remountS = "mount -v "+selectedDevice+" 2>&1"; | ||
478 | #else | 481 | #else |