From 345214bcfd49b540612ae68f6104161dae527fe8 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Mon, 23 Feb 2009 23:16:02 +0000 Subject: [PATCH] Fix comment svn path=/trunk/boinc/; revision=17340 --- clientscr/screensaver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientscr/screensaver.cpp b/clientscr/screensaver.cpp index bb9804b5a0..fdb80fe7a3 100644 --- a/clientscr/screensaver.cpp +++ b/clientscr/screensaver.cpp @@ -473,7 +473,7 @@ void *CScreensaver::DataManagementProc() BOINCTRACE(_T("CScreensaver::DataManagementProc - Time to blank\n")); SetError(FALSE, SCRAPPERR_SCREENSAVERBLANKED); m_QuitDataManagementProc = true; - continue; // Exit the thread + continue; // Code above will exit the thread } BOINCTRACE(_T("CScreensaver::DataManagementProc - ErrorMode = '%d', ErrorCode = '%x'\n"), m_bErrorMode, m_hrError);