Merge pull request #149 from orbea/strict-prototypes

Fix -Werror=strict-prototypes with clang
This commit is contained in:
notaz 2022-10-13 00:45:50 +03:00 committed by GitHub
commit 8bc53f3018
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -607,7 +607,7 @@ static void DrawDisplayFull(void)
}
PICO_INTERNAL void PicoFrameFull()
PICO_INTERNAL void PicoFrameFull(void)
{
pprof_start(draw);