w3m

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

commit 6c85c923eca60421d40d572f89a0bdcdf0a56777
parent 45b7a2d2fb798aed15528c8931af859221cf5685
Author: ukai <ukai>
Date:   Mon, 20 Jan 2003 15:32:02 +0000

fix indent

Diffstat:
Mdisplay.c | 3++-
Mfile.c | 8++++----
2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/display.c b/display.c @@ -1178,7 +1178,8 @@ message(char *s, int return_x, int return_y) move(return_y, return_x); } -void disp_err_message(char *s, int redraw_current) +void +disp_err_message(char *s, int redraw_current) { record_err_message(s); disp_message(s, redraw_current); diff --git a/file.c b/file.c @@ -596,9 +596,9 @@ readHeader(URLFile *uf, Buffer *newBuf, int thru, ParsedURL *pu) if (thru && !newBuf->header_source #ifdef USE_IMAGE - && !image_source + && !image_source #endif - ) { + ) { Str tmpf = tmpfname(TMPF_DFL, NULL); src = fopen(tmpf->ptr, "w"); if (src) @@ -7744,9 +7744,9 @@ uncompress_stream(URLFile *uf, char **src) if (uf->scheme != SCM_LOCAL #ifdef USE_IMAGE - && !image_source + && !image_source #endif - ) { + ) { tmpf = tmpfname(TMPF_DFL, ext)->ptr; if (save2tmp(*uf, tmpf) < 0) { UFclose(uf);