summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/formatter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/formatter.h b/zwgc/formatter.h
index c627f5e..0a76687 100644
--- a/zwgc/formatter.h
+++ b/zwgc/formatter.h
@@ -28,7 +28,7 @@ typedef struct _desctype {
#define DT_NL 4 /* Newline. */
char *str; /* Name of environment, string to be displayed. */
- short int len; /* Length of string/environment name for
+ int len; /* Length of string/environment name for
ENV, STR, END. Undefined for EOF */
} desctype;