Make threads return properly

This commit is contained in:
Isaac Shoebottom 2023-10-04 18:12:23 -03:00
parent 9ba4c8ebc9
commit 0e99d1045f

View File

@ -133,6 +133,7 @@ void *multiply_matrices_threaded(void *threadParams) {
}
row += t->max_threads;
}
return NULL;
}
int main(int argc, char **argv) {