* coop-threads.c: Fixed change of 2001-03-06.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 8 Mar 2001 02:45:39 +0000 (02:45 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 8 Mar 2001 02:45:39 +0000 (02:45 +0000)
libguile/coop-threads.c

index aa668e4..b8e52ef 100644 (file)
@@ -246,7 +246,7 @@ scm_call_with_new_thread (SCM argl)
                handler,
                SCM_ARG2,
                s_call_with_new_thread);
-    if (!SCM_NULLP (SCM_CDR (args))
+    if (!SCM_NULLP (SCM_CDR (args)))
       SCM_WRONG_NUM_ARGS ();
   }