summaryrefslogtreecommitdiffstats
path: root/mbbsd/page.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/page.c')
-rw-r--r--mbbsd/page.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/page.c b/mbbsd/page.c
index a3e11466..988b222b 100644
--- a/mbbsd/page.c
+++ b/mbbsd/page.c
@@ -1,8 +1,8 @@
-/* $Id: page.c,v 1.7 2002/07/21 08:18:41 in2 Exp $ */
+/* $Id: page.c,v 1.8 2002/07/21 09:26:02 in2 Exp $ */
#include "bbs.h"
#define hpressanykey(a) {move(22, 0); prints(a); pressanykey();}
-static void
+static void
filt_railway(char *fpath)
{
char buf[256], tmppath[32];
@@ -24,7 +24,7 @@ filt_railway(char *fpath)
unlink(tmppath);
}
-int
+int
main_railway()
{
fileheader_t mhdr;