Commit b4c28d1b authored by Andres Freund's avatar Andres Freund

Fix typo in 07c8651d causing WIN32_ONLY_COMPILER builds to fail.

parent 1b4cc493
...@@ -863,7 +863,7 @@ spin_delay(void) ...@@ -863,7 +863,7 @@ spin_delay(void)
#pragma intrinsic(_ReadWriteBarrier) #pragma intrinsic(_ReadWriteBarrier)
#define S_UNLOCK(lock) \ #define S_UNLOCK(lock) \
do { _ReadWriteBarrier(); (*(lock)) = 0); } while (0) do { _ReadWriteBarrier(); (*(lock)) = 0; } while (0)
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment