Make threads return properly
This commit is contained in:
parent
9ba4c8ebc9
commit
0e99d1045f
@ -133,6 +133,7 @@ void *multiply_matrices_threaded(void *threadParams) {
|
||||
}
|
||||
row += t->max_threads;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
Loading…
Reference in New Issue
Block a user