notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58226f1
)
Fix -Werror=strict-prototypes with clang
author
orbea
<orbea@riseup.net>
Mon, 10 Oct 2022 19:50:00 +0000
(12:50 -0700)
committer
orbea
<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
patch
|
blob
|
blame
|
history
diff --git
a/pico/draw2.c
b/pico/draw2.c
index
1f9d3e0
..
80bfd85
100644
(file)
--- a/
pico/draw2.c
+++ b/
pico/draw2.c
@@
-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