Setup timer after threads
diff --git a/sancov.c b/sancov.c
index 1db2246..ad7a939 100644
--- a/sancov.c
+++ b/sancov.c
@@ -586,7 +586,7 @@
                  * Normally this should never get executed. If hit, sanitizer
                  * coverage data collection come across some kind of bug.
                  */
-                LOG_E("Invalid BB addr (%#" PRIx64 ") at offset %" PRId64, bbAddr, (uint64_t)pos);
+                LOG_E("Invalid BB addr (%#" PRIx64 ") at offset %" PRId64, bbAddr, (uint64_t) pos);
             }
         }
         nBBs++;