On Mon, 4 Mar 2024 at 18:01, Cédric Le Goater <c...@redhat.com> wrote:
> This will prepare ground for futur changes adding an Error** argument

* futur -> future

> +    ret = qemu_fflush(f);
> +    if (ret) {

* if (ret) -> if (ret < 0)

Thank you.
---
  - Prasad


Reply via email to