ntdll: Remove superfluous semicolon.
authorAndrew Talbot <andrew.talbot@talbotville.com>
Mon, 31 Mar 2008 20:41:19 +0000 (21:41 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Apr 2008 09:29:20 +0000 (11:29 +0200)
dlls/ntdll/thread.c

index 1115ca7cbb2005e72c41f90164f9c5d4c9d8e9b8..65283e0d03bb54ab6fae64988b29a45a7fd2f5bd 100644 (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 )
 {