aboutsummaryrefslogtreecommitdiff
path: root/src/misc
diff options
context:
space:
mode:
authorJ08nY2017-12-13 16:35:58 +0100
committerJ08nY2017-12-13 16:35:58 +0100
commite0a255ac68932521c24e39f73f5fbf166383f275 (patch)
tree10440ad2f286ce53ef094abb5f399e494685dedd /src/misc
parent629ba8254039945dbf1fe7126611ac8b72010429 (diff)
downloadecgen-e0a255ac68932521c24e39f73f5fbf166383f275.tar.gz
ecgen-e0a255ac68932521c24e39f73f5fbf166383f275.tar.zst
ecgen-e0a255ac68932521c24e39f73f5fbf166383f275.zip
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/types.h b/src/misc/types.h
index 9c1cff6..960745c 100644
--- a/src/misc/types.h
+++ b/src/misc/types.h
@@ -44,7 +44,7 @@ typedef struct {
GEN r;
} ansi;
struct {
- bool first;
+ bool update_seed;
long w;
long v;
bits_t *seed_a;