mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
walyand-client: Fix trivial build break from previous commit
previous commit, a9187853d4 added
a trailing { on a line it shouldn't have, and I pushed without
building first.
Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
parent
a9187853d4
commit
adda7cbbb8
1 changed files with 1 additions and 1 deletions
|
|
@ -1359,7 +1359,7 @@ queue_event(struct wl_display *display, int len)
|
|||
if (!proxy || wl_object_is_zombie(&display->objects, id)) {
|
||||
struct wl_zombie *zombie = wl_map_lookup(&display->objects, id);
|
||||
|
||||
if (zombie && zombie->fd_count[opcode]) {
|
||||
if (zombie && zombie->fd_count[opcode])
|
||||
wl_connection_close_fds_in(display->connection,
|
||||
zombie->fd_count[opcode]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue