Index: src/libcfa/concurrency/threads
===================================================================
--- src/libcfa/concurrency/threads	(revision 0c92c9f0632273f81f11622ea9a570797b9c7092)
+++ src/libcfa/concurrency/threads	(revision bf76eab344f9d8463553c6545fc21cab6185ffc4)
@@ -32,5 +32,5 @@
 };
 
-#define DECL_THREAD(X) thread* get_thread(X* this) { return &this->t; } void main(X* this);
+#define DECL_THREAD(X) thread* get_thread(X* this) { return &this->t; } void main(X* this)
 
 forall( dtype T | is_thread(T) )
