Module: wine Branch: master Commit: 77aa978d9e2e53cabcd077c5264a09600e7d04c0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=77aa978d9e2e53cabcd077c526...
Author: Steven Edwards winehacker@gmail.com Date: Wed Apr 9 13:49:13 2008 -0400
server: Remove unneeded semicolon.
---
server/mach.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/mach.c b/server/mach.c index 4e643ce..345fb27 100644 --- a/server/mach.c +++ b/server/mach.c @@ -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 ) {