On Mon, Jun 06, 2022 at 10:40:33PM +0200, g...@suckless.org wrote:
> +     /* with no breaks we break at the end */
> +     if (off == len) {
> +             return len;
> +     } else {
> +             return off;
> +     }

This is just the same as `return off;` , is it not?

- NRK

Reply via email to