summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-27 23:06:39 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-27 23:06:39 +0800
commit46c762033353932c3cf689cde32d113e790dec8e (patch)
tree3c26f45f99aad2d44e4b9a56032b4ad2a944984c
parenta99c5f4489ddb81e6753c0d83ad3b619ce9163ea (diff)
downloadpttbbs-46c762033353932c3cf689cde32d113e790dec8e.tar
pttbbs-46c762033353932c3cf689cde32d113e790dec8e.tar.gz
pttbbs-46c762033353932c3cf689cde32d113e790dec8e.tar.bz2
pttbbs-46c762033353932c3cf689cde32d113e790dec8e.tar.lz
pttbbs-46c762033353932c3cf689cde32d113e790dec8e.tar.xz
pttbbs-46c762033353932c3cf689cde32d113e790dec8e.tar.zst
pttbbs-46c762033353932c3cf689cde32d113e790dec8e.zip
fix indent
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@450 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/read.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/read.c b/pttbbs/mbbsd/read.c
index b4879be3..33ea06b5 100644
--- a/pttbbs/mbbsd/read.c
+++ b/pttbbs/mbbsd/read.c
@@ -1,4 +1,4 @@
-/* $Id: read.c,v 1.12 2002/07/27 15:04:16 kcwu Exp $ */
+/* $Id: read.c,v 1.13 2002/07/27 15:06:39 kcwu Exp $ */
#include "bbs.h"
#define MAXPATHLEN 256
@@ -730,7 +730,8 @@ i_read_key(onekey_t * rcmdlist, keeploc_t * locmem, int ch, int bid)
}
void
-i_read(int cmdmode, char *direct, void (*dotitle) (), void (*doentry) (), onekey_t * rcmdlist, int bidcache){
+i_read(int cmdmode, char *direct, void (*dotitle) (), void (*doentry) (), onekey_t * rcmdlist, int bidcache)
+{
keeploc_t *locmem = NULL;
int recbase = 0, mode, ch;
int num = 0, entries = 0;