mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-21 08:54:33 +03:00
Fix clang warning.
This commit is contained in:
parent
4ab7ad6bd2
commit
5f32ac1858
@ -1792,7 +1792,6 @@ static nserror treeview_move_selection(treeview *tree, struct rect *rect)
|
|||||||
treeview_move_yank_selection(tree);
|
treeview_move_yank_selection(tree);
|
||||||
|
|
||||||
/* Move all nodes on tree->move.root to target location */
|
/* Move all nodes on tree->move.root to target location */
|
||||||
next = node->next_sib;
|
|
||||||
for (node = tree->move.root; node != NULL; node = next) {
|
for (node = tree->move.root; node != NULL; node = next) {
|
||||||
next = node->next_sib;
|
next = node->next_sib;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user