From 61a1179854e8dd939c6566d6fb6ab035ab4a6d9c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 4 Sep 2018 19:52:35 +0300 Subject: SendSS: - fixes #1305 completely - code cleaning --- plugins/SendScreenshotPlus/src/CSendFTPFile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/SendScreenshotPlus/src/CSendFTPFile.cpp') diff --git a/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp b/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp index aa45383304..6523accc97 100644 --- a/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp +++ b/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp @@ -64,7 +64,7 @@ int CSendFTPFile::Send() m_pszFileName = (char*)mir_realloc(m_pszFileName, size); m_pszFileName[size - 1] = NULL; - //start Send thread + // start Send thread mir_forkthread(&CSendFTPFile::SendThreadWrapper, this); return 0; } @@ -78,7 +78,7 @@ void CSendFTPFile::SendThread() Exit(ret); return; } - //Can't delete the file since FTP File plugin will use it + // Can't delete the file since FTP File plugin will use it m_bDeleteAfterSend = false; if (m_URL && *m_URL) {/// @fixme : m_URL never set -- cgit v1.2.3