From 15d85ce2eb4c44d86566ab01ad844574173db8c9 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Fri, 6 Dec 2019 21:15:44 -0700 Subject: [PATCH] compile errors fixed --- src/fbinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fbinit.c b/src/fbinit.c index a25dfd0..f6664dc 100644 --- a/src/fbinit.c +++ b/src/fbinit.c @@ -85,7 +85,7 @@ HRESULT Fb_setup(void) } /* display the splash screen */ - memcpy(Fb_ptr, _binary_splash_bin_start, (size_t)(&_binary_splash_bin_size)); + memcpy(Fb_Ptr, _binary_splash_bin_start, (size_t)(&_binary_splash_bin_size)); /* additional setup here */