mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 15:45:54 +00:00
dc: convert break to continue
Both jump to check worker_ring_item (internal or external loops) Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
5fbac6c8cb
commit
a7b0162015
@ -485,7 +485,7 @@ static int current_add_equal(DisplayChannel *display, DrawItem *item, TreeItem *
|
||||
if (dpi && dcc == dpi->dcc) {
|
||||
dpi_ring_item = ring_next(&other_drawable->pipes, dpi_ring_item);
|
||||
link = link->next;
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
dcc_prepend_drawable(dcc, drawable);
|
||||
link = link->next;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user