aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.c b/main.c
index 4d35d39..21c9aa9 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.163 2002/12/09 15:51:09 ukai Exp $ */
+/* $Id: main.c,v 1.164 2002/12/10 15:36:11 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -4178,7 +4178,7 @@ linkMn(void)
}
static void
-anchorMn(Anchor * (*menu_func) (Buffer *), int go)
+anchorMn(Anchor *(*menu_func) (Buffer *), int go)
{
Anchor *a;
BufferPoint *po;
@@ -4230,7 +4230,7 @@ linkLst(void)
if (buf != NULL) {
#ifdef JP_CHARSET
buf->document_code = Currentbuf->document_code;
-#endif /* JP_CHARSET */
+#endif /* JP_CHARSET */
cmd_loadBuffer(buf, BP_NORMAL, LB_NOLINK);
}
}