forked from sysprog21/lab0-c
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify the operation about deleting duplicates (sysprog21#174)
The original comment states that false is returned when list head is NULL. However, this is inconsistent with functions such as 'q_delete_mid' and has been confirmed to be a typo.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
444bab14cb8ad4c949f61b3c10a22a3ed2401425 queue.h | ||
186d420b53e21c6daf8eabe980a5b90780c53bcd queue.h | ||
3337dbccc33eceedda78e36cc118d5a374838ec7 list.h |