summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
authortwinaphex2014-12-10 15:47:19 +0100
committertwinaphex2014-12-10 15:47:19 +0100
commit7a0b0cba45912646677539ad905ba4db83d6936b (patch)
treea7a70464e6c3bbbef46fa3b8221e011b3494ae4a /video.c
parent1cd8bb5235dfb8e73d10033ab56ea5c35270a413 (diff)
downloadpicogpsp-7a0b0cba45912646677539ad905ba4db83d6936b.tar.gz
picogpsp-7a0b0cba45912646677539ad905ba4db83d6936b.tar.bz2
picogpsp-7a0b0cba45912646677539ad905ba4db83d6936b.zip
Style nits
Diffstat (limited to 'video.c')
-rw-r--r--video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.c b/video.c
index 0978d09..e8b47b4 100644
--- a/video.c
+++ b/video.c
@@ -3140,7 +3140,7 @@ render_scanline_window_builder(bitmap);
static const u32 active_layers[6] = { 0x1F, 0x17, 0x1C, 0x14, 0x14, 0x14 };
-void update_scanline()
+void update_scanline(void)
{
u32 pitch = get_screen_pitch();
u32 dispcnt = io_registers[REG_DISPCNT];