mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
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:
parent
9fbacf5bcf
commit
36a4b423fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue