(svn r2418) - Fix: typo

This commit is contained in:
Darkvater
2005-06-06 12:27:47 +00:00
parent a6f2b8ae74
commit b3779d63ae

2
unix.c
View File

@@ -563,7 +563,7 @@ bool InsertTextBufferClipboard(Textbuf *tb)
#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;