commit 3edd026: [Minor] Fix misprint
Vsevolod Stakhov
vsevolod at highsecure.ru
Thu Sep 3 09:35:06 UTC 2020
Author: Vsevolod Stakhov
Date: 2020-09-03 10:28:23 +0100
URL: https://github.com/rspamd/rspamd/commit/3edd0268e39ab1c05ac14c59b67993bd5ad0b84f (HEAD -> master)
[Minor] Fix misprint
---
src/libutil/util.c | 4 ++--
1 file 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
More information about the Commits
mailing list