diff options
author | Leandro Augusto Fogolin Pereira <leandro@zorg.(none)> | 2009-04-11 18:54:47 -0300 |
---|---|---|
committer | Leandro Augusto Fogolin Pereira <leandro@zorg.(none)> | 2009-04-11 18:54:47 -0300 |
commit | f456e935f74f23ae76de31d5fb84906090c8e1aa (patch) | |
tree | 5a2f8764152a5e17b95cdfabaf022a350f435fd0 /hardinfo2/arch/common/blowfish.h | |
parent | 07ba0e3bf71c3c5ad7d98be58160e13069d9cf77 (diff) |
Fit crash with FFT benchmark.
Diffstat (limited to 'hardinfo2/arch/common/blowfish.h')
-rw-r--r-- | hardinfo2/arch/common/blowfish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/common/blowfish.h b/hardinfo2/arch/common/blowfish.h index 5fea2e22..333fb157 100644 --- a/hardinfo2/arch/common/blowfish.h +++ b/hardinfo2/arch/common/blowfish.h @@ -19,7 +19,7 @@ #include <blowfish.h> static gpointer -parallel_blowfish(unsigned int start, unsigned int end, void *data, GTimer *timer) +parallel_blowfish(unsigned int start, unsigned int end, void *data, gint thread_number) { BLOWFISH_CTX ctx; unsigned int i; |