mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-05 12:28:02 +02:00
Remove a double semicolon
This commit is contained in:
parent
0ee55051f3
commit
d6afe9cef2
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ brei_drain_fd(int fd)
|
|||
int rc;
|
||||
|
||||
while ((rc = iobuf_recv_from_fd(buf, fd)) > 0)
|
||||
;;
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue