From 3edd0268e39ab1c05ac14c59b67993bd5ad0b84f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 3 Sep 2020 10:28:23 +0100 Subject: [Minor] Fix misprint --- src/libutil/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libutil') diff --git a/src/libutil/util.c b/src/libutil/util.c index 795382622..47856f716 100644 --- a/src/libutil/util.c +++ b/src/libutil/util.c @@ -1714,14 +1714,14 @@ void rspamd_gerror_free_maybe (gpointer p) extern void openblas_set_num_threads(int num_threads); RSPAMD_CONSTRUCTOR (openblas_thread_fix_ctor) { - bli_thread_set_num_threads (1; + openblas_set_num_threads (1); } #endif #ifdef HAVE_BLI_THREAD_SET_NUM_THREADS extern void bli_thread_set_num_threads(int num_threads); RSPAMD_CONSTRUCTOR (blis_thread_fix_ctor) { - bli_thread_set_num_threads (1; + bli_thread_set_num_threads (1); } #endif -- cgit v1.2.3