aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2020-09-03 10:28:23 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2020-09-03 10:28:23 +0100
commit3edd0268e39ab1c05ac14c59b67993bd5ad0b84f (patch)
treed549416bdb2f0d3535765c1b39010cc2ff079fc1 /src/libutil
parent8f2ad1d853940a3d601f20d4aaa66bc9e9cb1103 (diff)
downloadrspamd-3edd0268e39ab1c05ac14c59b67993bd5ad0b84f.tar.gz
rspamd-3edd0268e39ab1c05ac14c59b67993bd5ad0b84f.zip
[Minor] Fix misprint
Diffstat (limited to 'src/libutil')
-rw-r--r--src/libutil/util.c4
1 files changed, 2 insertions, 2 deletions
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