aboutsummaryrefslogtreecommitdiffstats
path: root/anchor.c
diff options
context:
space:
mode:
Diffstat (limited to 'anchor.c')
-rw-r--r--anchor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/anchor.c b/anchor.c
index bcd1ba0..4a365ab 100644
--- a/anchor.c
+++ b/anchor.c
@@ -1,4 +1,4 @@
-/* $Id: anchor.c,v 1.18 2003/01/06 15:36:57 ukai Exp $ */
+/* $Id: anchor.c,v 1.19 2003/01/06 15:37:49 ukai Exp $ */
#include "fm.h"
#include "myctype.h"
#include "regex.h"
@@ -395,7 +395,7 @@ reAnchorNewsheader(Buffer *buf)
header = header_group;
}
for (l = buf->firstLine; l != NULL && l->real_linenumber == 0;
- l = l->next) {
+ l = l->next) {
p = l->lineBuf;
if (!IS_SPACE(*p)) {
search = FALSE;