aboutsummaryrefslogtreecommitdiffstats
path: root/table.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 /table.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 'table.h')
-rw-r--r--table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/table.h b/table.h
index 6076b4b..74b55a1 100644
--- a/table.h
+++ b/table.h
@@ -1,4 +1,4 @@
-/* $Id: table.h,v 1.3 2001/11/15 00:32:13 a-ito Exp $ */
+/* $Id: table.h,v 1.4 2001/11/24 02:01:26 ukai Exp $ */
#if (defined(MESCHACH) && !defined(MATRIX))
#define MATRIX
#endif /* (defined(MESCHACH) && !defined(MATRIX))
@@ -106,7 +106,7 @@ struct table {
short ntable;
short tables_size;
TextList *suspended_data;
-/* use for counting skipped spaces */
+ /* use for counting skipped spaces */
struct table_linfo linfo;
#ifdef MATRIX
MAT *matrix;