ntdll: Remove superfluous semicolon.

This commit is contained in:
Andrew Talbot 2008-03-31 21:41:19 +01:00 committed by Alexandre Julliard
parent 7142fc1634
commit 08ae56545e
1 changed files with 1 additions and 1 deletions
dlls/ntdll

View File

@ -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 )
{