Commit 77aa978d authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

server: Remove unneeded semicolon.

parent 5ce9649f
......@@ -54,7 +54,7 @@ __ASM_GLOBAL_FUNC( pthread_kill_syscall,
"int $0x80\n\t"
"jae 1f\n\t"
"negl %eax\n"
"1:\tret" );
"1:\tret" )
#else
static inline int pthread_kill_syscall( mach_port_t, int )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment