server: Remove unneeded semicolon.

This commit is contained in:
Steven Edwards 2008-04-09 13:49:13 -04:00 committed by Alexandre Julliard
parent 5ce9649f5a
commit 77aa978d9e
1 changed files with 1 additions and 1 deletions

View File

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