summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/SendScreenshotPlus/src/CSend.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSend.cpp b/plugins/SendScreenshotPlus/src/CSend.cpp
index 8ac60fb399..84cee53540 100644
--- a/plugins/SendScreenshotPlus/src/CSend.cpp
+++ b/plugins/SendScreenshotPlus/src/CSend.cpp
@@ -186,7 +186,6 @@ void CSend::svcSendMsgExit(const char* szMessage) {
Exit(ACKRESULT_FAILED); return;
}
}
- Exit(ACKRESULT_SUCCESS);
}
void CSend::svcSendFileExit() {
@@ -233,7 +232,6 @@ void CSend::svcSendFileExit() {
Error(SS_ERR_INIT, m_pszSendTyp);
Exit(ACKRESULT_FAILED); return;
}
- Exit(ACKRESULT_SUCCESS);
}
//---------------------------------------------------------------------------