changeset 1912:759347cb3f23 draft

(svn r2418) - Fix: typo
author Darkvater <Darkvater@openttd.org>
date Mon, 06 Jun 2005 12:27:47 +0000
parents 990c5ca66bef
children 9a64203632ed
files unix.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/unix.c
+++ b/unix.c
@@ -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;