Skip to content

Commit 9324520

Browse files
authored
typo fix
1 parent ff6437f commit 9324520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/blas_server_omp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ extern int openblas_omp_num_threads_env();
133133
if (blas_omp_number_max <= 0)
134134
blas_omp_number_max=MAX_CPU_NUMBER;
135135
#else
136-
blas_omp_number_max = /omp_get_max_threads();
136+
blas_omp_number_max = omp_get_max_threads();
137137
#endif
138138

139139
blas_get_cpu_number();

0 commit comments

Comments
 (0)