From 36bc3729b01c6353b63a7e44330f44d7be848e87 Mon Sep 17 00:00:00 2001 From: Bingzheng Feng <b26feng@uwaterloo.ca> Date: Tue, 22 May 2018 22:05:38 -0400 Subject: [PATCH] correct the typo in priority-q.h --- include/priority-q.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/priority-q.h b/include/priority-q.h index b7cd2e6..01b06f1 100644 --- a/include/priority-q.h +++ b/include/priority-q.h @@ -12,7 +12,7 @@ typedef struct int TDPQReady(TDPQ* PQ); -int PushToTDPQ(TDPQ* PQ, TD Task); +int PushToTDPQ(TDPQ* PQ, TD* Task); // Fill Char with the char in Start PQ TDPQGetStart(TDPQ* PQ); -- GitLab