Make threads return NULL

This commit is contained in:
Aram
2016-05-01 23:52:54 +02:00
parent 54a107432c
commit c3b143e5e6

View File

@ -498,6 +498,7 @@ void * update_total_states_thread(void* p){
craptev1_destroy_space(space); craptev1_destroy_space(space);
} }
} }
return NULL;
} }
uint64_t known_key; uint64_t known_key;
@ -533,6 +534,7 @@ void * update_nonces_thread(void* v){
} }
} }
} }
return NULL;
} }
void have_enough_states(int sig){ void have_enough_states(int sig){