Skip to content
Snippets Groups Projects
Commit b4c28d1b authored by Andres Freund's avatar Andres Freund
Browse files

Fix typo in 07c8651d causing WIN32_ONLY_COMPILER builds to fail.

parent 1b4cc493
No related branches found
No related tags found
No related merge requests found
......@@ -863,7 +863,7 @@ spin_delay(void)
#pragma intrinsic(_ReadWriteBarrier)
#define S_UNLOCK(lock) \
do { _ReadWriteBarrier(); (*(lock)) = 0); } while (0)
do { _ReadWriteBarrier(); (*(lock)) = 0; } while (0)
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment