mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-19 16:04:31 +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);
|
||||
|
||||
/* Move all nodes on tree->move.root to target location */
|
||||
next = node->next_sib;
|
||||
for (node = tree->move.root; node != NULL; node = next) {
|
||||
next = node->next_sib;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user