diff options
author | Michele Calgaro <[email protected]> | 2025-03-16 14:46:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-03-16 15:07:55 +0900 |
commit | b85d31837506a2dd3e5093350d0ff681c05363c6 (patch) | |
tree | feabd8716e5e7b0ca706e5df98154e4696ea21a4 | |
parent | 9a78c14b9f0594efc3bea9759430b17575935d51 (diff) | |
download | kxmleditor-b85d31837506a2dd3e5093350d0ff681c05363c6.tar.gz kxmleditor-b85d31837506a2dd3e5093350d0ff681c05363c6.zip |
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kxmleditor/main.cpp | 2 |
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 |