mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-09 20:18:28 +00:00
Correct mismatch between Init_XCursor prototype and definition.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user