w3m

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

commit b260056497904a993d55ab17f9162560299ebfca
parent 759d3405918670e9cd7734782fd2804f321c1611
Author: ukai <ukai>
Date:   Fri, 26 Sep 2003 20:48:21 +0000

fix indent

Diffstat:
Mhtml.c | 2+-
Mrc.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html.c b/html.c @@ -7,7 +7,7 @@ #define MAXA_CORE 1 unsigned char ALST_A[] = { ATTR_NAME, ATTR_HREF, ATTR_REL, ATTR_CHARSET, ATTR_TARGET, ATTR_HSEQ, - ATTR_REFERER, + ATTR_REFERER, ATTR_FRAMENAME, ATTR_TITLE, ATTR_ACCESSKEY, ATTR_CORE }; #define MAXA_A MAXA_CORE + 10 diff --git a/rc.c b/rc.c @@ -53,7 +53,7 @@ static int RC_table_size; /* FIXME: gettextize here */ #ifdef USE_M17N -static wc_ces OptionCharset = WC_CES_US_ASCII; /* FIXME: charset of source code */ +static wc_ces OptionCharset = WC_CES_US_ASCII; /* FIXME: charset of source code */ static int OptionEncode = FALSE; #endif