Explorar o código

removed extra = in assignment

tarfeef101 %!s(int64=6) %!d(string=hai) anos
pai
achega
f67e6d9777
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;