Fix minor typo.

svn path=/trunk/boinc/; revision=14643
This commit is contained in:
Charlie Fenton 2008-01-30 03:13:57 +00:00
parent 167da5c015
commit 5493352a14
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ void CBOINCBaseView::OnListRender(wxTimerEvent& event) {
if (0 >= iDocCount) {
EmptyCache();
m_pListPane->DeleteAllItems();
} else {
} else {
int iIndex = 0;
int iReturnValue = -1;
if (iDocCount > iCacheCount) {