From b85d31837506a2dd3e5093350d0ff681c05363c6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 16 Mar 2025 14:46:30 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- kxmleditor/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1