|
@@ -109,7 +109,7 @@ static void clearint(car * done)
|
|
// if this is the only element
|
|
// if this is the only element
|
|
if (temp == active->back)
|
|
if (temp == active->back)
|
|
{
|
|
{
|
|
- active->back == NULL;
|
|
|
|
|
|
+ active->back = NULL;
|
|
}
|
|
}
|
|
|
|
|
|
active->front = active->front->next;
|
|
active->front = active->front->next;
|