port: Remove superfluous semicolon

Andrew Talbot andrew.talbot at talbotville.com
Fri Apr 4 11:56:29 CDT 2008


Changelog:
    port: Remove superfluous semicolon.

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-patches mailing list