w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit d8b1a21114d308aac2e597382254ab269dee0f93
parent d9d03873fc106620a3cf8d11abc191dcc842a5d6
Author: ukai <ukai>
Date:   Thu,  5 Dec 2002 16:33:06 +0000

fix indent

Diffstat:
Mfile.c | 4++--
Mmap.c | 2+-
Mmenu.c | 2+-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/file.c b/file.c @@ -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); diff --git a/map.c b/map.c @@ -285,7 +285,7 @@ follow_map_panel(Buffer *buf, char *name) parseURL2(a->url, &pu, baseURL(buf)); url = html_quote(parsedURL2Str(&pu)->ptr); Strcat_m_charp(mappage, "<tr><td><a href=\"", url, "\">", - html_quote(*a->alt ? a->alt : mybasename(a->url)), + html_quote(*a->alt ? a->alt : mybasename(a->url)), "</a><td>", url, NULL); } Strcat_charp(mappage, "</table></body></html>"); diff --git a/menu.c b/menu.c @@ -1934,7 +1934,7 @@ accesskey_menu(Buffer *buf) a = retrieveCurrentAnchor(buf); if (a && a->accesskey && IS_ASCII(a->accesskey)) { - for (i = 0; i < nitem; i++) { + for (i = 0; i < nitem; i++) { if (a == ap[i]) { menu.initial = i; break;