aboutsummaryrefslogtreecommitdiff
path: root/src/inputhud.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputhud.c')
-rw-r--r--src/inputhud.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputhud.c b/src/inputhud.c
index da96d5e..0dd4f11 100644
--- a/src/inputhud.c
+++ b/src/inputhud.c
@@ -310,7 +310,7 @@ static const char *const fontnames[] = {
};
static struct { ulong h; int sz; } fonts[countof(fontnames)];
-HANDLE_EVENT(HudPaint, void) {
+HANDLE_EVENT(HudPaint) {
if (!con_getvari(sst_inputhud)) return;
int screenw, screenh;
hud_screensize(&screenw, &screenh);