Skip to content

Commit b0b3b88

Browse files
committed
rtlib: Remove extra ; from FB_TLSGETCTX macro
(cherry picked from commit d749c21)
1 parent 2abe789 commit b0b3b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rtlib/fb_thread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ FBCALL void fb_TlsFreeCtxTb( void );
4747
void fb_TlsExit ( void );
4848
#endif
4949

50-
#define FB_TLSGETCTX(id) (FB_##id##CTX *)fb_TlsGetCtx( FB_TLSKEY_##id, sizeof( FB_##id##CTX ) );
50+
#define FB_TLSGETCTX(id) ((FB_##id##CTX *)fb_TlsGetCtx( FB_TLSKEY_##id, sizeof( FB_##id##CTX ) ))

0 commit comments

Comments
 (0)