Browse Source

removed extra = in assignment

tarfeef101 6 years ago
parent
commit
f67e6d9777
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kern/synchprobs/traffic_synch.c

+ 1 - 1
kern/synchprobs/traffic_synch.c

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