List impl minor cleanups
This commit is contained in:
@@ -237,7 +237,7 @@ void List_dump(List *list)
|
||||
}
|
||||
printf("`");
|
||||
}
|
||||
printf("-> [%d] ListNode .value = %p (%s)\n", i, cur->value, cur->value);
|
||||
printf("-> [%d] ListNode .value = %p (%s)\n", i, cur->value, (char *)cur->value);
|
||||
|
||||
i++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user