diff options
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_fence.c')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_fence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_fence.c b/src/gallium/drivers/vc4/vc4_fence.c index 0dbfbe966b8..7e2be3eeb36 100644 --- a/src/gallium/drivers/vc4/vc4_fence.c +++ b/src/gallium/drivers/vc4/vc4_fence.c @@ -72,7 +72,7 @@ vc4_fence_reference(struct pipe_screen *pscreen, *p = f; } -static boolean +static bool vc4_fence_finish(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_fence_handle *pf, |