Index: src/libcfa/concurrency/threads
===================================================================
--- src/libcfa/concurrency/threads	(revision 0c92c9f0632273f81f11622ea9a570797b9c7092)
+++ src/libcfa/concurrency/threads	(revision 8d6155e94fc7c89efafcd2f2b6e38c54adff4024)
@@ -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) )
