瀏覽代碼

removed extra = in assignment

tarfeef101 6 年之前
父節點
當前提交
f67e6d9777
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;