mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-04 01:14:17 +03:00
Changed three one-line comments to one multi-line comment.
This commit is contained in:
parent
5d5afede78
commit
9f62ed703a
@ -1892,9 +1892,9 @@ static void
|
||||
enqueue_change (struct hexedit_change_node **head,
|
||||
struct hexedit_change_node *node)
|
||||
{
|
||||
/* chnode always either points to the head of the list or */
|
||||
/* to one of the ->next fields in the list. The value at */
|
||||
/* this location will be overwritten with the new node. */
|
||||
/* chnode always either points to the head of the list or
|
||||
* to one of the ->next fields in the list. The value at
|
||||
* this location will be overwritten with the new node. */
|
||||
struct hexedit_change_node **chnode = head;
|
||||
|
||||
while (*chnode != NULL && (*chnode)->offset < node->offset)
|
||||
|
Loading…
x
Reference in New Issue
Block a user