Fix -Werror=strict-prototypes with clang
authororbea <orbea@riseup.net>
Mon, 10 Oct 2022 19:50:00 +0000 (12:50 -0700)
committerorbea <orbea@riseup.net>
Tue, 11 Oct 2022 22:41:43 +0000 (15:41 -0700)
I failed to commit one in the previous commit.

Fixes: https://github.com/notaz/picodrive/commit/fa43b5862d9bf4797b1fd4febcde2841d83ab103

pico/draw2.c

index 1f9d3e0..80bfd85 100644 (file)
@@ -607,7 +607,7 @@ static void DrawDisplayFull(void)
 }\r
 \r
 \r
-PICO_INTERNAL void PicoFrameFull()\r
+PICO_INTERNAL void PicoFrameFull(void)\r
 {\r
        pprof_start(draw);\r
 \r