Remove a double semicolon

This commit is contained in:
Peter Hutterer 2022-07-28 15:07:43 +10:00
parent 0ee55051f3
commit d6afe9cef2

View file

@ -158,7 +158,7 @@ brei_drain_fd(int fd)
int rc;
while ((rc = iobuf_recv_from_fd(buf, fd)) > 0)
;;
;
}