diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-05 16:33:06 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-05 16:33:06 +0000 |
commit | 3ac3ce1893c10d858af379df60d0c0477bec76e1 (patch) | |
tree | d5d785f1594c4fdffe5b0fb5a414a64860adc669 /file.c | |
parent | NEWS: func: ACCESSKEY, LINK_MENU (diff) | |
download | w3m-3ac3ce1893c10d858af379df60d0c0477bec76e1.tar.gz w3m-3ac3ce1893c10d858af379df60d0c0477bec76e1.zip |
fix indent
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); |