Ass semicolon to fix "label at end of compound statement" error
caused by pthread_cleanup_pop(1) macro.
This commit is contained in:
parent
7aad01a1d3
commit
1ca032a561
1 changed files with 2 additions and 1 deletions
|
|
@ -4270,7 +4270,8 @@ static void *CallbackThreadFunc( void *userData )
|
|||
}
|
||||
}
|
||||
|
||||
end:
|
||||
end:
|
||||
; /* Hack to fix "label at end of compound statement" error caused by pthread_cleanup_pop(1) macro. */
|
||||
/* Match pthread_cleanup_push */
|
||||
pthread_cleanup_pop( 1 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue