Changeset - r1912:1ed57502196f
[Not reviewed]
master
0 1 0
Darkvater - 19 years ago 2005-06-06 12:27:47
darkvater@openttd.org
(svn r2418) - Fix: typo
1 file changed with 1 insertions and 1 deletions:
unix.c
1
1
0 comments (0 inline, 0 general)
unix.c
Show inline comments
 
@@ -563,7 +563,7 @@ bool InsertTextBufferClipboard(Textbuf *
 
#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;
0 comments (0 inline, 0 general)