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/voteboard.c | |
parent | 1428a82d1644166fdaa5285c67f236ac02687818 (diff) | |
download | pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.tar.gz 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/voteboard.c')
-rw-r--r-- | mbbsd/voteboard.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/voteboard.c b/mbbsd/voteboard.c index 1aa05ee9..6a7d7b87 100644 --- a/mbbsd/voteboard.c +++ b/mbbsd/voteboard.c @@ -1,9 +1,9 @@ -/* $Id: voteboard.c,v 1.11 2002/07/21 08:18:42 in2 Exp $ */ +/* $Id: voteboard.c,v 1.12 2002/07/21 09:26:02 in2 Exp $ */ #include "bbs.h" #define VOTEBOARD "NewBoard" -void +void do_voteboardreply(fileheader_t * fhdr) { char genbuf[1024]; @@ -175,7 +175,7 @@ do_voteboardreply(fileheader_t * fhdr) #endif } -int +int do_voteboard() { fileheader_t votefile; |