Silly typos "==" should be "="

r1971 | dcl | 2007-05-21 17:50:27 +1000 (Mon, 21 May 2007) | 2 lines
This commit is contained in:
Douglas Clowes
2007-05-21 17:50:27 +10:00
parent dbcdf0e38c
commit 65b36cf992
3 changed files with 5 additions and 5 deletions

View File

@@ -711,7 +711,7 @@ static void KillTasMot(void *pData){
if(self->pDes != NULL){
DeleteDescriptor(self->pDes);
self->pDes == NULL;
self->pDes = NULL;
}
if(self->pDriv != NULL){
free(self->pDriv);