hrm
This commit is contained in:
parent
3c947568ff
commit
9c23f5222a
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
printf("%s\n", message);
|
||||
|
||||
skipstone_queue_destroy(queue, NULL);
|
||||
skipstone_queue_destroy(queue);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
printf("%s\n", message);
|
||||
|
||||
skipstone_queue_destroy(queue, NULL);
|
||||
skipstone_queue_destroy(queue);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue