diff options
Diffstat (limited to 'mbbsd/gamble.c')
-rw-r--r-- | mbbsd/gamble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/gamble.c b/mbbsd/gamble.c index f10e026d..235cdf42 100644 --- a/mbbsd/gamble.c +++ b/mbbsd/gamble.c @@ -365,7 +365,7 @@ openticket(int bid) } int -ticket_main() +ticket_main(void) { ticket(0); return 0; |