From bea582f383b4dde9e54f67ca7209ef8c64479c6a Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 2 Jul 2019 17:25:30 -0700 Subject: video/out/gpu: Remove stray top-level ';' --- video/out/gpu/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/gpu/video.c') diff --git a/video/out/gpu/video.c b/video/out/gpu/video.c index 7d9101239d..06a44928c2 100644 --- a/video/out/gpu/video.c +++ b/video/out/gpu/video.c @@ -4193,7 +4193,7 @@ static void *gl_video_dr_alloc_buffer(struct gl_video *p, size_t size) p->dr_buffers[p->num_dr_buffers++] = (struct dr_buffer){ .buf = buf }; return buf->data; -}; +} static void gl_video_dr_free_buffer(void *opaque, uint8_t *data) { -- cgit v1.2.3