w3m

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

commit c776e1ca43fef2649be35d8e440ec15c7508dfb7
parent f64ba14fdcaa107d0761913c4a0ee201e1d8123c
Author: ukai <ukai>
Date:   Fri, 15 Nov 2002 16:17:00 +0000

fix indent

Diffstat:
Mmain.c | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/main.c b/main.c @@ -5815,9 +5815,10 @@ DownloadListBuffer(void) if (!FirstDL) return NULL; cur_time = time(0); - src = Strnew_charp("<html><head><title>" DOWNLOAD_LIST_TITLE \ -"</title></head>\n<body><h1 align=center>" DOWNLOAD_LIST_TITLE "</h1>\n" \ -"<form method=internal action=download><hr>\n"); + src = Strnew_charp("<html><head><title>" DOWNLOAD_LIST_TITLE + "</title></head>\n<body><h1 align=center>" + DOWNLOAD_LIST_TITLE "</h1>\n" + "<form method=internal action=download><hr>\n"); for (d = LastDL; d != NULL; d = d->prev) { #ifdef HAVE_LSTAT if (lstat(d->lock, &st))