From 4df3741df991ce013b8d8d9e350436dc99343e6f Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 24 Mar 2024 14:52:48 +0100 Subject: [PATCH] typo fix --- driver/others/blas_server_omp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/others/blas_server_omp.c b/driver/others/blas_server_omp.c index bb9a644f8..6f2ea8623 100644 --- a/driver/others/blas_server_omp.c +++ b/driver/others/blas_server_omp.c @@ -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;