Andrew Talbot : port: Remove superfluous semicolon.

Alexandre Julliard julliard at winehq.org
Mon Apr 7 06:50:09 CDT 2008


Module: wine
Branch: master
Commit: 8ba539844b275472f46556b092c70a5332870478
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8ba539844b275472f46556b092c70a5332870478

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Fri Apr  4 17:56:29 2008 +0100

port: Remove superfluous semicolon.

---

 libs/port/interlocked.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libs/port/interlocked.c b/libs/port/interlocked.c
index c2d85b6..12b326f 100644
--- a/libs/port/interlocked.c
+++ b/libs/port/interlocked.c
@@ -49,7 +49,7 @@ __ASM_GLOBAL_FUNC(interlocked_cmpxchg_ptr,
                    "lock; cmpxchg8b (%esi)\n\t"
                    "pop %esi\n\t"
                    "pop %ebx\n\t"
-                   "ret");
+                   "ret")
 __ASM_GLOBAL_FUNC(interlocked_xchg,
                   "movl 8(%esp),%eax\n\t"
                   "movl 4(%esp),%edx\n\t"




More information about the wine-cvs mailing list