aboutsummaryrefslogtreecommitdiffstats
path: root/anchor.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-01-06 15:37:49 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-01-06 15:37:49 +0000
commit9759921110e2ede496d60e9da412ad28d021afb0 (patch)
tree2f3a838a361b089767f00f5229b60be3d4428468 /anchor.c
parent[w3m-dev 03610] Re: news:<newsgroup> (diff)
downloadw3m-9759921110e2ede496d60e9da412ad28d021afb0.tar.gz
w3m-9759921110e2ede496d60e9da412ad28d021afb0.zip
fix indent
Diffstat (limited to '')
-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;