]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix misprint
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 3 Sep 2020 09:28:23 +0000 (10:28 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 3 Sep 2020 09:28:23 +0000 (10:28 +0100)
src/libutil/util.c

index 795382622ba7de49e857b06085e5024b8064552d..47856f716d0e08fe30b643d57dbc3f4aae249ebb 100644 (file)
@@ -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