summaryrefslogtreecommitdiff
path: root/dfa.c
diff options
context:
space:
mode:
Diffstat (limited to 'dfa.c')
-rw-r--r--dfa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfa.c b/dfa.c
index 1cb038f..f3064c9 100644
--- a/dfa.c
+++ b/dfa.c
@@ -382,7 +382,7 @@ void ntod ()
{
int *accset, ds, nacc, newds;
int sym, hashval, numstates, dsize;
- int num_full_table_rows; /* used only for -f */
+ int num_full_table_rows=0; /* used only for -f */
int *nset, *dset;
int targptr, totaltrans, i, comstate, comfreq, targ;
int symlist[CSIZE + 1];