diff options
Diffstat (limited to 'bitsquat/bitsquat.c')
-rw-r--r-- | bitsquat/bitsquat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitsquat/bitsquat.c b/bitsquat/bitsquat.c index ea421ba..ed22547 100644 --- a/bitsquat/bitsquat.c +++ b/bitsquat/bitsquat.c @@ -257,7 +257,7 @@ static int do_main (void) { (const uint8_t*)m1, (const uint8_t*)m2, s); - ec = 1; + ec = 3; goto END; } |