diff options
-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 |