fixed missing semicolon if compiling without ipv6
[lcore.git] / lsocket.pas
index 72ef891b2966e0d6e8e0985f2107f987d9d2ffe4..573644b5520fedb90206ad22c10cac6103e8ccc7 100755 (executable)
@@ -587,7 +587,7 @@ begin
       destx := {$ifdef win32}winsock.pSockAddr{$else}pInetSockAddrV{$endif}(@dest)\r
     end;\r
   {$else}\r
-    destx := {$ifdef win32}winsock.pSockAddr{$else}pInetSockAddrV{$endif}(@dest)\r
+    destx := {$ifdef win32}winsock.pSockAddr{$else}pInetSockAddrV{$endif}(@dest);\r
   {$endif}\r
 \r
   result := {$ifdef win32}winsock.sendto{$else}system_sendto{$endif}(self.fdhandleout,data^,len,0,destx^,destlen);\r