Fix clang warning.

This commit is contained in:
Michael Drake 2013-08-17 20:20:49 +01:00
parent 4ab7ad6bd2
commit 5f32ac1858
1 changed files with 0 additions and 1 deletions

View File

@ -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;