From 940bd53b5a6fc1864d6a57b16d7f1b4b594f1851 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Thu, 15 Jan 2026 12:47:29 -0600 Subject: Work on _cryptscan__crypt and related functions --- src/threadpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/threadpool.c') diff --git a/src/threadpool.c b/src/threadpool.c index c345aef..b466b5b 100644 --- a/src/threadpool.c +++ b/src/threadpool.c @@ -480,7 +480,7 @@ static int __CTQ_CONSUMER(void *ctq) { thrd_exit(1); } -// TODO: Make this function return 0 or -1 depending on whether the overall ctq has been canceled or not. Canceling shouldn't +/// TODO: Make this function return 0 or -1 depending on whether the overall ctq has been canceled or not. Canceling shouldn't // be treated as an error /** -- cgit v1.2.3