From abb15a335ab885b51c91ebbfd28e33db1341239c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 8 Jan 2024 15:11:00 -0800 Subject: Fix 9 -Wmissing-prototypes warnings Signed-off-by: Alan Coopersmith --- src/r128_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/r128_video.c') diff --git a/src/r128_video.c b/src/r128_video.c index cac4301..d819e88 100644 --- a/src/r128_video.c +++ b/src/r128_video.c @@ -389,7 +389,7 @@ R128QueryBestSize( * */ -Bool +static Bool R128DMA( R128InfoPtr info, unsigned char *src, -- cgit v1.2.3