mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Remove useless semicolon.
Signed-off-by: Carlos Olmedo Escobar <carlos.olmedo.e@gmail.com> Reviewed-by: Marek Chalupa <mchqwerty@gmail.com>
This commit is contained in:
parent
754ce18135
commit
9d327c5796
1 changed files with 1 additions and 1 deletions
|
|
@ -1118,7 +1118,7 @@ wl_socket_init_for_display_name(struct wl_socket *s, const char *name)
|
|||
* "failed to add socket: Success" */
|
||||
errno = ENAMETOOLONG;
|
||||
return -1;
|
||||
};
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue