aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-12-05 16:33:06 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-12-05 16:33:06 +0000
commit3ac3ce1893c10d858af379df60d0c0477bec76e1 (patch)
treed5d785f1594c4fdffe5b0fb5a414a64860adc669 /file.c
parentNEWS: func: ACCESSKEY, LINK_MENU (diff)
downloadw3m-3ac3ce1893c10d858af379df60d0c0477bec76e1.tar.gz
w3m-3ac3ce1893c10d858af379df60d0c0477bec76e1.zip
fix indent
Diffstat (limited to '')
-rw-r--r--file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/file.c b/file.c
index 4292565..812eda7 100644
--- a/file.c
+++ b/file.c
@@ -1,4 +1,4 @@
-/* $Id: file.c,v 1.146 2002/12/05 16:29:05 ukai Exp $ */
+/* $Id: file.c,v 1.147 2002/12/05 16:33:06 ukai Exp $ */
#include "fm.h"
#include <sys/types.h>
#include "myctype.h"
@@ -2759,9 +2759,9 @@ flushline(struct html_feed_environ *h_env, struct readbuffer *obuf, int indent,
char *c = html_quote_char(obuf->anchor.accesskey);
Strcat_charp(tmp, "\" ACCESSKEY=\"");
if (c)
- Strcat_charp(tmp, c);
+ Strcat_charp(tmp, c);
else
- Strcat_char(tmp, obuf->anchor.accesskey);
+ Strcat_char(tmp, obuf->anchor.accesskey);
}
Strcat_charp(tmp, "\">");
push_tag(obuf, tmp->ptr, HTML_A);