From f5ba8485c1614dc24270d1885fc3dbc1c4b288e5 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 23 Nov 2017 22:50:34 +1300 Subject: Remove old debug comment --- sand-leek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sand-leek.c b/sand-leek.c index 8047b8c..e4f73a0 100644 --- a/sand-leek.c +++ b/sand-leek.c @@ -337,7 +337,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); -- cgit v1.1