mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-28 20:41:30 +00:00
Correct mismatch between DoRing prototype and definition
This commit is contained in:
@@ -335,7 +335,7 @@ void set_Xmouseposition(int x, int y)
|
||||
/* */
|
||||
/************************************************************************/
|
||||
|
||||
void DoRing() {
|
||||
void DoRing(void) {
|
||||
DLword w, r;
|
||||
KBEVENT *kbevent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user