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:
parent
36355c12fb
commit
f7c67a6317
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user