Skip to content
Snippets Groups Projects
Commit 36bc3729 authored by Tom Feng's avatar Tom Feng
Browse files

correct the typo in priority-q.h

parent f90025e0
No related branches found
No related tags found
1 merge request!16Withtime
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment