summaryrefslogtreecommitdiff
path: root/zwgc/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/exec.c')
-rw-r--r--zwgc/exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zwgc/exec.c b/zwgc/exec.c
index ad40d5b..1bf8f72 100644
--- a/zwgc/exec.c
+++ b/zwgc/exec.c
@@ -429,8 +429,8 @@ static int exec_subtree(node)
/***************************************************************************/
static char *notice_fields;
-static notice_fields_length = 0;
-static number_of_fields = 0;
+static int notice_fields_length = 0;
+static int number_of_fields = 0;
static int exec_fields(node)
Node *node;