diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-21 17:26:02 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-21 17:26:02 +0800 |
commit | e9a7b75babb76e1a3341161bcb6e80f3753b83c7 (patch) | |
tree | 04debdc816cd5405bba70904a1eea16ca6fca663 /mbbsd/vice.c | |
parent | 1428a82d1644166fdaa5285c67f236ac02687818 (diff) | |
download | pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.tar pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.tar.gz pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.tar.bz2 pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.tar.lz pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.tar.xz pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.tar.zst pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.zip |
indent -i4
fix indent's word error
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@429 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/vice.c')
-rw-r--r-- | mbbsd/vice.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mbbsd/vice.c b/mbbsd/vice.c index d52f12ad..35a5641f 100644 --- a/mbbsd/vice.c +++ b/mbbsd/vice.c @@ -1,4 +1,4 @@ -/* $Id: vice.c,v 1.4 2002/07/05 17:10:28 in2 Exp $ */ +/* $Id: vice.c,v 1.5 2002/07/21 09:26:02 in2 Exp $ */ #include "bbs.h" #define VICE_PLAY BBSHOME "/etc/vice/vice.play" @@ -14,7 +14,7 @@ #define MAX_LOST_PICTURE 3 #define MAX_END_PICTURE 5 -static int +static int vice_load(char tbingo[6][15]) { FILE *fb = fopen(VICE_BINGO, "r"); @@ -32,7 +32,7 @@ vice_load(char tbingo[6][15]) return 0; } -static int +static int check(char tbingo[6][15], char *data) { int i = 0, j; @@ -46,8 +46,8 @@ check(char tbingo[6][15], char *data) return j - 1; return 0; } -//Ptt:showfile ran_showfile more ¤ T ª Ìn ¾ ã¦X -static int +/* Ptt:showfile ran_showfile more ¤TªÌn¦X */ +static int ran_showfile(int y, int x, char *filename, int maxnum) { FILE *fs; @@ -69,7 +69,7 @@ ran_showfile(int y, int x, char *filename, int maxnum) return 1; } -static int +static int ran_showmfile(char *filename, int maxnum) { char buf[256]; @@ -79,7 +79,7 @@ ran_showmfile(char *filename, int maxnum) } -int +int vice_main() { FILE *fd; |