Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Mar 24, 2024
1 parent a69da64 commit 4df3741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/others/blas_server_omp.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ int exec_blas(BLASLONG num, blas_queue_t *queue){
}
#endif

while (true)
while (true) {
for(i=0; i < MAX_PARALLEL_NUMBER; i++) {
#ifdef HAVE_C11
_Bool inuse = false;
Expand Down

0 comments on commit 4df3741

Please sign in to comment.