1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 23:46:14 +00:00

Correct mismatch between DoRing prototype and definition

This commit is contained in:
Nick Briggs 2022-12-10 11:55:17 -08:00
parent a10bd9b1c3
commit 1dd86ed48c

View File

@ -335,7 +335,7 @@ void set_Xmouseposition(int x, int y)
/* */
/************************************************************************/
void DoRing() {
void DoRing(void) {
DLword w, r;
KBEVENT *kbevent;