aboutsummaryrefslogtreecommitdiff
path: root/singleapplication.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'singleapplication.cpp')
-rw-r--r--singleapplication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/singleapplication.cpp b/singleapplication.cpp
index 1c0d921..27e2bb1 100644
--- a/singleapplication.cpp
+++ b/singleapplication.cpp
@@ -115,7 +115,7 @@ SingleApplication::SingleApplication(int &argc, char *argv[])
// terminated.
if( d->socket->waitForConnected(100) )
{
- // Terminate the program using STDLib's exit function.
+ // Terminate the program using STDLib's exit function
::exit(EXIT_SUCCESS);
} else {
delete d->memory;