remove superfluous semicolon (empty body of if statement)

r2429 | dcl | 2008-04-14 09:48:31 +1000 (Mon, 14 Apr 2008) | 2 lines
This commit is contained in:
Douglas Clowes
2008-04-14 09:48:31 +10:00
parent f6892bbab3
commit 32c2af1c6f
2 changed files with 2 additions and 2 deletions

View File

@@ -969,7 +969,7 @@ int prepareDataFile(pScanData self){
SetStatus(eCounting);
/* wait for finish */
lTask = GetDevexecID(pServ->pExecutor);
if(lTask > 0);
if(lTask > 0)
{
TaskWait(pServ->pTasker,lTask);
}