aboutsummaryrefslogtreecommitdiffstats
path: root/anchor.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-02-11 10:36:17 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-02-11 10:36:17 +0000
commit47aa181c2fc71110b909b50c6f6c2e7a143c3aed (patch)
tree5f3ae2e333ed2fb841cedbf72be7ec8cf9a28af9 /anchor.c
parent[w3m-dev-en 00868] fix mark_all_pages (diff)
downloadw3m-47aa181c2fc71110b909b50c6f6c2e7a143c3aed.tar.gz
w3m-47aa181c2fc71110b909b50c6f6c2e7a143c3aed.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 24e70e4..f7a7d08 100644
--- a/anchor.c
+++ b/anchor.c
@@ -1,4 +1,4 @@
-/* $Id: anchor.c,v 1.25 2003/02/11 10:35:48 ukai Exp $ */
+/* $Id: anchor.c,v 1.26 2003/02/11 10:36:17 ukai Exp $ */
#include "fm.h"
#include "myctype.h"
#include "regex.h"
@@ -361,7 +361,7 @@ reAnchorAny(Buffer *buf, char *re,
else
break;
}
- next_line:
+ next_line:
if (MarkAllPages && l->next == NULL && buf->pagerSource &&
!(buf->bufferprop & BP_CLOSE))
getNextPage(buf, PagerMax);