diff options
Diffstat (limited to 'mbbsd/vice.c')
-rw-r--r-- | mbbsd/vice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/vice.c b/mbbsd/vice.c index ef527b72..460a1c5a 100644 --- a/mbbsd/vice.c +++ b/mbbsd/vice.c @@ -80,7 +80,7 @@ ran_showmfile(char *filename, int maxnum) int -vice_main() +vice_main(void) { FILE *fd; char tbingo[6][15]; |