summaryrefslogtreecommitdiff
path: root/noncore/tools/formatter
authorllornkcor <llornkcor>2002-07-10 18:41:34 (UTC)
committer llornkcor <llornkcor>2002-07-10 18:41:34 (UTC)
commit01b04adb73c8bc49938b71a4bebe6fb6a5477f75 (patch) (side-by-side diff)
tree1d9ba49cf5937d04cf203064b64472ddfb04cc82 /noncore/tools/formatter
parent729309f7875915b2617f99228b0a71464ecfe699 (diff)
downloadopie-01b04adb73c8bc49938b71a4bebe6fb6a5477f75.zip
opie-01b04adb73c8bc49938b71a4bebe6fb6a5477f75.tar.gz
opie-01b04adb73c8bc49938b71a4bebe6fb6a5477f75.tar.bz2
make compilable again
Diffstat (limited to 'noncore/tools/formatter') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/formatter/formatter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/tools/formatter/formatter.cpp b/noncore/tools/formatter/formatter.cpp
index 983459c..d52a4be 100644
--- a/noncore/tools/formatter/formatter.cpp
+++ b/noncore/tools/formatter/formatter.cpp
@@ -472,15 +472,15 @@ bool FormatterApp::doFsck() {
Output *outDlg;
QString selectedDevice;
-#if defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX) // lets test on something cheap
+//f defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX) // lets test on something cheap
selectedDevice = deviceComboBox->currentText();
-#else
+//#else
// currentText = diskDevice = "/dev/fd0";
QString umountS = "umount -v /floppy 2>&1";
QString remountS = "mount -v /floppy 2>&1";
selectedDevice ="/dev/fd0";
-#endif
+//#endif
QString fsType = getFileSystemType((const QString &)selectedDevice);
QString cmd;