zink: correct return-type for function

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8832>
This commit is contained in:
Erik Faye-Lund 2021-02-02 11:42:18 +01:00 committed by Marge Bot
parent 9fbacf5bcf
commit 36a4b423fe

View file

@ -403,7 +403,7 @@ zink_get_paramf(struct pipe_screen *pscreen, enum pipe_capf param)
}
/* should only get here on unhandled cases */
return 0.0;
return 0.0f;
}
static int