From: Vsevolod Stakhov Date: Thu, 3 Sep 2020 09:28:23 +0000 (+0100) Subject: [Minor] Fix misprint X-Git-Tag: 2.6~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3edd0268e39ab1c05ac14c59b67993bd5ad0b84f;p=thirdparty%2Frspamd.git [Minor] Fix misprint --- diff --git a/src/libutil/util.c b/src/libutil/util.c index 795382622b..47856f716d 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