From c1173657c72c8924fe675d83efa95bca340bf084 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Mon, 6 Jun 2005 12:27:47 +0000 Subject: [PATCH] (svn r2418) - Fix: typo --- unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix.c b/unix.c index 1bc30f3ebd..c2b81b3d70 100644 --- a/unix.c +++ b/unix.c @@ -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;