From f226f408647044e531112ad16e95dba966d90970 Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Thu, 10 Jan 2002 11:12:20 +0000 Subject: [PATCH] cosmetic change to add a commit message for the last commit, accidently sent with empty message. sheesh. Lucky I decided it was worth doing last minute complete compile tests. cvs merge stupid on my part fixed that made solaris builds totally fail. --- Python/thread_pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h index 16fe91c8a737..07ce4bcf9b0c 100644 --- a/Python/thread_pthread.h +++ b/Python/thread_pthread.h @@ -131,7 +131,7 @@ PyThread_start_new_thread(void (*func)(void *), void *arg) #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED pthread_attr_t attrs; #endif - dprintf(("PyThread_start_new_thread called\n")); + dprintf(("PyThread_start_new_thread called\n")); if (!initialized) PyThread_init_thread(); #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED -- 2.47.3