ntdll: Remove superfluous semicolon

Andrew Talbot andrew.talbot at talbotville.com
Mon Mar 31 15:41:19 CDT 2008


Changelog:
    ntdll: Remove superfluous semicolon.

diff --git a/dlls/ntdll/thread.c b/dlls/ntdll/thread.c
index 1115ca7..65283e0 100644
--- a/dlls/ntdll/thread.c
+++ b/dlls/ntdll/thread.c
@@ -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 )
 {



More information about the wine-patches mailing list