mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 00:21:39 +00:00
ntdll: Remove superfluous semicolon.
This commit is contained in:
parent
7142fc1634
commit
08ae56545e
@ -356,7 +356,7 @@ __ASM_GLOBAL_FUNC(call_thread_entry_point,
|
||||
"movl 8(%ebp),%eax\n\t"
|
||||
"call *%eax\n\t"
|
||||
"leave\n\t"
|
||||
"ret" );
|
||||
"ret" )
|
||||
#else
|
||||
static inline DWORD call_thread_entry_point( PRTL_THREAD_START_ROUTINE entry, void *arg )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user