aboutsummaryrefslogtreecommitdiffstats
path: root/anchor.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-12-10 15:36:10 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-12-10 15:36:10 +0000
commitdf0a52887baa21524df805de25b6b45ac75097f9 (patch)
tree108bfb0d108bc5ca389a299cd79638f23289dd4b /anchor.c
parent[w3m-dev 03551] Re: External URI loader (diff)
downloadw3m-df0a52887baa21524df805de25b6b45ac75097f9.tar.gz
w3m-df0a52887baa21524df805de25b6b45ac75097f9.zip
fix indent
Diffstat (limited to 'anchor.c')
-rw-r--r--anchor.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/anchor.c b/anchor.c
index bc72132..3f74764 100644
--- a/anchor.c
+++ b/anchor.c
@@ -1,4 +1,4 @@
-/* $Id: anchor.c,v 1.13 2002/12/09 15:51:08 ukai Exp $ */
+/* $Id: anchor.c,v 1.14 2002/12/10 15:36:10 ukai Exp $ */
#include "fm.h"
#include "myctype.h"
#include "regex.h"
@@ -643,8 +643,8 @@ link_list_panel(Buffer *buf)
for (i = 0; i < al->nanchor; i++) {
a = &al->anchors[i];
if (a->slave)
- continue;
- parseURL2(a->url, &pu, baseURL(buf));
+ continue;
+ parseURL2(a->url, &pu, baseURL(buf));
u = html_quote(parsedURL2Str(&pu)->ptr);
t = getAnchorText(buf, al, a);
t = t ? html_quote(t) : "";
@@ -660,8 +660,8 @@ link_list_panel(Buffer *buf)
for (i = 0; i < al->nanchor; i++) {
a = &al->anchors[i];
if (a->slave)
- continue;
- parseURL2(a->url, &pu, baseURL(buf));
+ continue;
+ parseURL2(a->url, &pu, baseURL(buf));
u = html_quote(parsedURL2Str(&pu)->ptr);
t = (a->title && *a->title) ? html_quote(a->title) :
html_quote(a->url);