thread.c
changeset 2290 3283963c5422
parent 2287 2e556bae5fbb
child 4298 3417f80deca1
--- a/thread.c	Sat Aug 06 07:15:17 2005 +0000
+++ b/thread.c	Sat Aug 06 14:58:06 2005 +0000
@@ -6,7 +6,7 @@
 
 #if defined(__AMIGA__) || defined(__MORPHOS__)
 Thread* OTTDCreateThread(ThreadFunc function, void* arg) { return NULL; }
-void* OTTDJoinThread(Thread*) { return NULL; }
+void* OTTDJoinThread(Thread* t) { return NULL; }
 
 
 #elif defined(__OS2__)