drivers/unix/unix.c
changeset 401 2c90876b9751
parent 391 7802a7d5584f
child 442 010c26b9ba89
--- a/drivers/unix/unix.c	Mon Feb 18 17:14:22 2008 +0100
+++ b/drivers/unix/unix.c	Tue Feb 19 14:52:40 2008 +0100
@@ -190,7 +190,7 @@
 	
 	int res = DLL_CALL(canClose)(tmp->fd);
 	
-	WaitReceiveTaskEnd(tmp->receiveTask);
+	WaitReceiveTaskEnd(&tmp->receiveTask);
 	return res;
 }