aboutsummaryrefslogtreecommitdiff
path: root/sand-leek.c
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-11-23 23:36:53 +1300
committerDavid Phillips <david@sighup.nz>2017-11-23 23:36:53 +1300
commit0add7dea6763ce192b8afe6cc07b5c10cbbd4507 (patch)
tree641dd9070fc51da4b96e1a33ca9b8a138e31abed /sand-leek.c
parent6765aabd66c8c396402d2572015a4172bc103d51 (diff)
parentf5ba8485c1614dc24270d1885fc3dbc1c4b288e5 (diff)
downloadsand-leek-0add7dea6763ce192b8afe6cc07b5c10cbbd4507.tar.xz
Merge branch 'master' into fancy-monitor
Diffstat (limited to 'sand-leek.c')
-rw-r--r--sand-leek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sand-leek.c b/sand-leek.c
index cdfcd3c..d18b806 100644
--- a/sand-leek.c
+++ b/sand-leek.c
@@ -419,7 +419,7 @@ main(int argc, char **argv) {
for (i = 0; i < thread_count; i++) {
iprintf("Spawning worker thread %d/%d ... ", i + 1, thread_count);
- if (pthread_create(&workers[i], NULL, work, (void*)&khashes[i])) { /* FIXME not ! */
+ if (pthread_create(&workers[i], NULL, work, (void*)&khashes[i])) {
eprintf("");
perror("pthread_create");
free((unsigned long*)khashes);