Fixed typo
authorkhizmax <libcds.dev@gmail.com>
Thu, 1 Dec 2016 19:37:42 +0000 (22:37 +0300)
committerkhizmax <libcds.dev@gmail.com>
Thu, 1 Dec 2016 19:37:42 +0000 (22:37 +0300)
cds/compiler/feature_tsan.h

index 3f6e67baa161594d2ca762aeca0364cc35d6bfcd..2b1d7d7fe97ddd246fa111c0f0dc6a5ffb18e05e 100644 (file)
@@ -70,7 +70,7 @@
         void AnnotateIgnoreWritesBegin(const char *f, int l);
         void AnnotateIgnoreWritesEnd(const char *f, int l);
 
-        void AnnotatePublishMemoryRange( const char *f, int l, void * mem, size_t size )
+        void AnnotatePublishMemoryRange( const char *f, int l, void * mem, size_t size );
         void AnnotateNewMemory( const char *f, int l, void * mem, size_t size );
 
         void AnnotateRWLockCreate( const char *f, int l, void* m );