aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-01-24 17:57:54 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-01-24 17:57:54 +0000
commit7119fe00e157ef991f446d76ac3ce63ace1eecb4 (patch)
tree4216f9ba30074ab9c364c42f22be54d7606df199
parent[w3m-dev 03684] Re: fold patch (diff)
downloadw3m-7119fe00e157ef991f446d76ac3ce63ace1eecb4.tar.gz
w3m-7119fe00e157ef991f446d76ac3ce63ace1eecb4.zip
fix indent
-rw-r--r--file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.c b/file.c
index fdbb520..22c81c9 100644
--- a/file.c
+++ b/file.c
@@ -1,4 +1,4 @@
-/* $Id: file.c,v 1.208 2003/01/24 17:57:07 ukai Exp $ */
+/* $Id: file.c,v 1.209 2003/01/24 17:57:54 ukai Exp $ */
#include "fm.h"
#include <sys/types.h>
#include "myctype.h"
@@ -5083,7 +5083,7 @@ HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)
int emode;
p = getescapecmd(&str);
while (*p) {
- PSIZE;
+ PSIZE;
emode = get_mctype(p);
#ifdef JP_CHARSET
if (emode == PC_KANJI) {