Skip to content

Commit d683734

Browse files
committed
common: Fix thread.c build on Windows
Simple syntax error.
1 parent 56fb1d2 commit d683734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/platform/thread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ int thread_cond_broadcast(struct cr_cond *cond) {
163163
struct cr_rwlock {
164164
SRWLOCK lock;
165165
bool exclusive;
166-
}
166+
};
167167
#endif
168168

169169
struct cr_rwlock *thread_rwlock_init(void) {

0 commit comments

Comments
 (0)