Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ bool q_delete_mid(struct list_head *head);
* Reference:
* https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/
*
* Return: true for success, false if list is NULL.
* Return: true for success, false if list is NULL or empty.
*/
bool q_delete_dup(struct list_head *head);

Expand Down
2 changes: 1 addition & 1 deletion scripts/checksums
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
444bab14cb8ad4c949f61b3c10a22a3ed2401425 queue.h
186d420b53e21c6daf8eabe980a5b90780c53bcd queue.h
3337dbccc33eceedda78e36cc118d5a374838ec7 list.h