aboutsummaryrefslogtreecommitdiffstats
path: root/etc.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-11-27 16:40:19 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-11-27 16:40:19 +0000
commitf2ed984ae1562d0a819a5aac50a0c40cd17e2e40 (patch)
tree6a9050dcc2467bd9298d469fc3bc1f2b904834aa /etc.c
parent[w3m-dev 03496] parse <!-- ... --> in <script> (diff)
downloadw3m-f2ed984ae1562d0a819a5aac50a0c40cd17e2e40.tar.gz
w3m-f2ed984ae1562d0a819a5aac50a0c40cd17e2e40.zip
fix indent
Diffstat (limited to '')
-rw-r--r--etc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc.c b/etc.c
index 37126db..514ef6e 100644
--- a/etc.c
+++ b/etc.c
@@ -1,4 +1,4 @@
-/* $Id: etc.c,v 1.41 2002/11/27 16:39:17 ukai Exp $ */
+/* $Id: etc.c,v 1.42 2002/11/27 16:40:19 ukai Exp $ */
#include "fm.h"
#include <pwd.h>
#include "myctype.h"
@@ -781,9 +781,9 @@ read_token(Str buf, char **instr, int *status, int pre, int append)
}
if (*status == R_ST_TAG0 && !REALLY_THE_BEGINNING_OF_A_TAG(p)) {
/* it seems that this '<' is not a beginning of a tag */
-/*
- Strcat_charp(buf, "&lt;");
-*/
+ /*
+ * Strcat_charp(buf, "&lt;");
+ */
Strcat_char(buf, '<');
*status = R_ST_NORMAL;
}