aboutsummaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2007-05-23 12:01:43 +0000
committerDai Sato <satodai@w3m.jp>2007-05-23 12:01:43 +0000
commitc88367bc4a177f19303a140c57937fecc5854e9b (patch)
tree109f6bae302ca082adafbb7260592b49e058c915 /html.h
parent[w3m-dev 04213] update Unicode charcters' width (diff)
downloadw3m-c88367bc4a177f19303a140c57937fecc5854e9b.tar.gz
w3m-c88367bc4a177f19303a140c57937fecc5854e9b.zip
change char to unsigned char for HTML_DL_COMPACT(133).
Diffstat (limited to '')
-rw-r--r--html.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/html.h b/html.h
index 4d33f66..443b201 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.28 2007/04/19 12:00:38 inu Exp $ */
+/* $Id: html.h,v 1.29 2007/05/23 12:01:43 inu Exp $ */
#ifndef _HTML_H
#define _HTML_H
#ifdef USE_SSL
@@ -349,7 +349,7 @@ extern TagInfo TagMAP[];
extern TagAttrInfo AttrMAP[];
struct environment {
- char env;
+ unsigned char env;
int type;
int count;
char indent;