http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7142fc1
)
ntdll: Remove superfluous semicolon.
author
Andrew Talbot
<andrew.talbot@talbotville.com>
Mon, 31 Mar 2008 20:41:19 +0000
(21:41 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 1 Apr 2008 09:29:20 +0000
(11:29 +0200)
dlls/ntdll/thread.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/ntdll/thread.c
b/dlls/ntdll/thread.c
index 1115ca7cbb2005e72c41f90164f9c5d4c9d8e9b8..65283e0d03bb54ab6fae64988b29a45a7fd2f5bd 100644
(file)
--- 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 )
{