mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-08 00:28:03 -04:00
Fix -Werror=strict-prototypes with clang
I failed to commit one in the previous commit.
Fixes: fa43b5862d
This commit is contained in:
parent
58226f1862
commit
60a9397b3d
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ static void DrawDisplayFull(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
PICO_INTERNAL void PicoFrameFull()
|
PICO_INTERNAL void PicoFrameFull(void)
|
||||||
{
|
{
|
||||||
pprof_start(draw);
|
pprof_start(draw);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue