summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index f979e2dd..b4879be3 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -1,4 +1,4 @@
-/* $Id: read.c,v 1.11 2002/07/22 19:02:00 in2 Exp $ */
+/* $Id: read.c,v 1.12 2002/07/27 15:04:16 kcwu Exp $ */
#include "bbs.h"
#define MAXPATHLEN 256
@@ -730,7 +730,7 @@ 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;