Skip to content

Commit b4c28d1

Browse files
committed
Fix typo in 07c8651 causing WIN32_ONLY_COMPILER builds to fail.
1 parent 1b4cc49 commit b4c28d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/storage/s_lock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ spin_delay(void)
863863
#pragma intrinsic(_ReadWriteBarrier)
864864

865865
#define S_UNLOCK(lock) \
866-
do { _ReadWriteBarrier(); (*(lock)) = 0); } while (0)
866+
do { _ReadWriteBarrier(); (*(lock)) = 0; } while (0)
867867

868868
#endif
869869

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy