On 26 September 2017 at 23:47, Eric Engestrom <[email protected]> wrote:
> + drv = calloc(1, sizeof(*drv));
> + if (!drv) {
> return EGL_FALSE;
> + }
> +
Nit: please drop the unneeded parentheses.
Thanks
Emil
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
