[WS2_32]
[reactos.git] / reactos / dll / win32 / ws2_32 / src / dcatalog.c
index 6daa7ab..3b7929f 100644 (file)
@@ -15,8 +15,8 @@
 
 /* DATA **********************************************************************/
 
-#define WsTcLock()          EnterCriticalSection(&Catalog->Lock);
-#define WsTcUnlock()        LeaveCriticalSection(&Catalog->Lock);
+#define WsTcLock()          EnterCriticalSection(&Catalog->Lock)
+#define WsTcUnlock()        LeaveCriticalSection(&Catalog->Lock)
 
 /* FUNCTIONS *****************************************************************/