ntdll: Remove superfluous semicolon.
This commit is contained in:
parent
7142fc1634
commit
08ae56545e
dlls/ntdll
|
@ -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…
Reference in New Issue