summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/havege.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/havege.c b/src/havege.c
index a75f5e7..1b7a979 100644
--- a/src/havege.c
+++ b/src/havege.c
@@ -211,7 +211,7 @@ void havege_destroy( /* RETURN: none */
free(temp);
}
#ifdef ONLINE_TESTS_ENABLE
- else if (0 != (temp=hptr->testData)) {
+ if (0 != (temp=hptr->testData)) {
double *g = ((procShared *)temp)->G;
hptr->testData = 0;
if (0 != g)