summaryrefslogtreecommitdiff
path: root/libguile/coop-threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/coop-threads.c')
-rw-r--r--libguile/coop-threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/coop-threads.c b/libguile/coop-threads.c
index adc2b82d5..65374ce11 100644
--- a/libguile/coop-threads.c
+++ b/libguile/coop-threads.c
@@ -375,7 +375,7 @@ SCM
scm_join_thread (SCM t)
#define FUNC_NAME s_join_thread
{
- SCM_VALIDATE_THREAD(1,t);
+ SCM_VALIDATE_THREAD (1,t);
coop_join (SCM_THREAD_DATA (t));
return SCM_BOOL_T;
}