Replace missing character deleted in error.
This commit is contained in:
parent
5b9b62a7db
commit
50d5376698
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ pqueue_print(pqueue_s *pq)
|
||||||
|
|
||||||
while(item != NULL)
|
while(item != NULL)
|
||||||
{
|
{
|
||||||
printf("item" PQ_64BIT_PRINT "\n", item->priority);
|
printf("item\t" PQ_64BIT_PRINT "\n", item->priority);
|
||||||
item = item->next;
|
item = item->next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue