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:
committed by
Marge Bot
parent
9fbacf5bcf
commit
36a4b423fe
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user