From 7669fe138ac6facaf1e6221f666b831cff4dfbea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Oct 2016 16:44:49 +0200 Subject: Add missing semicolon --- odb/details/posix/thread.ixx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/details/posix/thread.ixx b/odb/details/posix/thread.ixx index afc72a1..ed831c2 100644 --- a/odb/details/posix/thread.ixx +++ b/odb/details/posix/thread.ixx @@ -12,7 +12,7 @@ namespace odb ~thread () { if (!detached_) - pthread_detach (id_) + pthread_detach (id_); } inline void* thread:: -- cgit v1.1