summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-06-06 12:27:47 +0000
committerDarkvater <darkvater@openttd.org>2005-06-06 12:27:47 +0000
commitc1173657c72c8924fe675d83efa95bca340bf084 (patch)
treee9bd47bd678e38c026a9947e6b42973f1967c40f /unix.c
parent2bcb41293f276c80d75312b2111d26218624b8e8 (diff)
downloadopenttd-c1173657c72c8924fe675d83efa95bca340bf084.tar.xz
(svn r2418) - Fix: typo
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index 1bc30f3eb..c2b81b3d7 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;