summaryrefslogtreecommitdiffstats
path: root/mbbsd/syspost.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-21 17:26:02 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-21 17:26:02 +0800
commite9a7b75babb76e1a3341161bcb6e80f3753b83c7 (patch)
tree04debdc816cd5405bba70904a1eea16ca6fca663 /mbbsd/syspost.c
parent1428a82d1644166fdaa5285c67f236ac02687818 (diff)
downloadpttbbs-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/syspost.c')
-rw-r--r--mbbsd/syspost.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mbbsd/syspost.c b/mbbsd/syspost.c
index 6439a735..965ce93b 100644
--- a/mbbsd/syspost.c
+++ b/mbbsd/syspost.c
@@ -1,7 +1,7 @@
-/* $Id: syspost.c,v 1.13 2002/07/21 08:18:41 in2 Exp $ */
+/* $Id: syspost.c,v 1.14 2002/07/21 09:26:02 in2 Exp $ */
#include "bbs.h"
-void
+void
post_change_perm(int oldperm, int newperm, char *sysopid, char *userid)
{
FILE *fp;
@@ -43,7 +43,7 @@ post_change_perm(int oldperm, int newperm, char *sysopid, char *userid)
}
}
-void
+void
post_violatelaw(char *crime, char *police, char *reason, char *result)
{
char genbuf[200];
@@ -82,7 +82,7 @@ post_violatelaw(char *crime, char *police, char *reason, char *result)
}
-void
+void
post_newboard(char *bgroup, char *bname, char *bms)
{
char genbuf[256], title[128];
@@ -92,7 +92,7 @@ post_newboard(char *bgroup, char *bname, char *bms)
post_msg("Record", title, genbuf, "[¨t²Î]");
}
-void
+void
give_money_post(char *userid, int money)
{
FILE *fp;