X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/9777e2483955343fea879378221d10f738f43b40..69b439a013e03cd1d3eb13da8bbbc20aa5bf5184:/lcore.pas?ds=inline

diff --git a/lcore.pas b/lcore.pas
index 77bf4f0..7db6b3e 100755
--- a/lcore.pas
+++ b/lcore.pas
@@ -573,16 +573,16 @@ begin
           internalclose(0);
 
         end else begin
-          {$ifdef win32}
-          if getlasterror=WSAEWOULDBLOCK then begin
-            //the asynchronous nature of windows messages means we sometimes
-            //get here with the buffer full
-            //so do nothing in that case
-          end else
-          {$endif}
-          begin
+          {$ifdef win32}
+          if getlasterror=WSAEWOULDBLOCK then begin
+            //the asynchronous nature of windows messages means we sometimes
+            //get here with the buffer full
+            //so do nothing in that case
+          end else
+          {$endif}
+          begin
             internalclose({$ifdef win32}getlasterror{$else}linuxerror{$endif});
-          end  
+          end  
         end;
       end;