1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-20 09:45:13 +00:00

Correct mismatch between Init_XCursor prototype and definition.

This commit is contained in:
Nick Briggs 2022-12-10 12:21:44 -08:00
parent 36355c12fb
commit f7c67a6317

View File

@ -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);