Andrew Talbot : ws2_32: Remove unused semicolon.

Alexandre Julliard julliard at winehq.org
Mon Dec 3 13:33:55 CST 2012


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sat Dec  1 16:38:05 2012 +0000

ws2_32: Remove unused semicolon.

---

 dlls/ws2_32/socket.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index ceda75b..eeb5265 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -6793,4 +6793,4 @@ INT WINAPI WSANSPIoctl( HANDLE hLookup, DWORD dwControlCode, LPVOID lpvInBuffer,
     lpvInBuffer, cbInBuffer, lpvOutBuffer, cbOutBuffer, lpcbBytesReturned, lpCompletion);
     WSASetLastError(WSA_NOT_ENOUGH_MEMORY);
     return SOCKET_ERROR;
-};
+}




More information about the wine-cvs mailing list