From f7c67a6317f5de430ff25aac1dc72c6615aa209a Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sat, 10 Dec 2022 12:21:44 -0800 Subject: [PATCH] Correct mismatch between Init_XCursor prototype and definition. --- src/xcursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xcursor.c b/src/xcursor.c index 754c6e0..94107a0 100644 --- a/src/xcursor.c +++ b/src/xcursor.c @@ -54,7 +54,7 @@ int Current_Hot_X = 0, Current_Hot_Y = 0; /* */ /************************************************************************/ -void Init_XCursor() { +void Init_XCursor(void) { int i; DLword *newbm = (DLword *)(IOPage->dlcursorbitmap);