1
0
Fork 0

Cleanup for single linked list tests.

This commit is contained in:
wael 2022-01-03 23:15:16 +02:00
parent 58566f3a87
commit d6658187fb
No known key found for this signature in database
GPG Key ID: C0A5FBF4558963D4
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ linked_list_t* generate_long_random_list(int length) {
free(list);
return NULL;
}
/* Loop and add the rest. */
for (i = 1; i < length; i++) {
/* Generate and attempt to append. */