fix missing parenthesis

This commit is contained in:
Martin Kroeker 2018-11-19 21:01:36 +01:00 committed by GitHub
parent 5192651706
commit 113cb00b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ static int gemm_driver(blas_arg_t *args, BLASLONG *range_m, BLASLONG
static pthread_mutex_t level3_lock = PTHREAD_MUTEX_INITIALIZER; static pthread_mutex_t level3_lock = PTHREAD_MUTEX_INITIALIZER;
#else #else
CRITICAL_SECTION level3_lock; CRITICAL_SECTION level3_lock;
InitializeCriticalSection((PCRITICAL_SECTION)&level3_lock; InitializeCriticalSection((PCRITICAL_SECTION)&level3_lock);
#endif #endif
#endif #endif