summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-03-16 14:46:30 +0900
committerMichele Calgaro <[email protected]>2025-03-16 15:07:55 +0900
commitb85d31837506a2dd3e5093350d0ff681c05363c6 (patch)
treefeabd8716e5e7b0ca706e5df98154e4696ea21a4
parent9a78c14b9f0594efc3bea9759430b17575935d51 (diff)
downloadkxmleditor-b85d31837506a2dd3e5093350d0ff681c05363c6.tar.gz
kxmleditor-b85d31837506a2dd3e5093350d0ff681c05363c6.zip
Replace TRUE/FALSE with boolean values true/falseHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--kxmleditor/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kxmleditor/main.cpp b/kxmleditor/main.cpp
index ddf5ddc..7c4fd1b 100644
--- a/kxmleditor/main.cpp
+++ b/kxmleditor/main.cpp
@@ -122,7 +122,7 @@ int main(int argc, char *argv[])
pArgs->clear();
if ( bNoCorrectInstance )
- return FALSE;
+ return 1;
}
// registration as multi-instance DCOP client