aboutsummaryrefslogtreecommitdiffstats
path: root/parsetagx.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-24 02:01:26 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-24 02:01:26 +0000
commit975c8f9d43d4026bf1d669b08646e9d29a9d02e4 (patch)
treefd8aed139ffef712ccbb2d392c13b3949b0192c5 /parsetagx.h
parent[w3m-dev 02530] segfault for bad cookie from local (diff)
downloadw3m-975c8f9d43d4026bf1d669b08646e9d29a9d02e4.tar.gz
w3m-975c8f9d43d4026bf1d669b08646e9d29a9d02e4.zip
run make indent
Diffstat (limited to 'parsetagx.h')
-rw-r--r--parsetagx.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/parsetagx.h b/parsetagx.h
index 4383c6b..ce4ae47 100644
--- a/parsetagx.h
+++ b/parsetagx.h
@@ -1,4 +1,4 @@
-/* $Id: parsetagx.h,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
+/* $Id: parsetagx.h,v 1.4 2001/11/24 02:01:26 ukai Exp $ */
#ifndef PARSETAGX_H
#define PARSETAGX_H
@@ -8,11 +8,11 @@
/* Parsed Tag structure */
struct parsed_tag {
- unsigned char tagid;
- unsigned char *attrid;
- char **value;
- unsigned char *map;
- char need_reconstruct;
+ unsigned char tagid;
+ unsigned char *attrid;
+ char **value;
+ unsigned char *map;
+ char need_reconstruct;
};
#define parsedtag_accepts(tag, id) ((tag)->map&&(tag)->map[id]!=MAX_TAGATTR)