(svn r2418) - Fix: typo
authorDarkvater
Mon, 06 Jun 2005 12:27:47 +0000
changeset 1912 601075acb528
parent 1911 c11035f58250
child 1913 0798d6f1d682
(svn r2418) - Fix: typo
unix.c
--- a/unix.c	Mon Jun 06 12:11:44 2005 +0000
+++ b/unix.c	Mon Jun 06 12:27:47 2005 +0000
@@ -563,7 +563,7 @@
 #if defined(__MORPHOS__) || defined(__AMIGA__)
  typedef int pthread_t;
  #define pthread_create(thread, attr, function, arg) (true)
- #define pthread_join(thread, retval) ()
+ #define pthread_join(thread, retval)
 #endif
 
 static pthread_t thread1 = 0;