diff options
Diffstat (limited to 'com32/cmenu/complex.c')
-rw-r--r-- | com32/cmenu/complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/cmenu/complex.c b/com32/cmenu/complex.c index 6013e722..f5175fa9 100644 --- a/com32/cmenu/complex.c +++ b/com32/cmenu/complex.c @@ -54,7 +54,7 @@ char username[12]; // Name of user currently using the system /* End globals */ -TIMEOUTCODE ontimeout() +TIMEOUTCODE ontimeout(void) { beep(); return CODE_WAIT; |