Johann ELSASS há 4 anos atrás
pai
commit
5c86d11abd
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lazpaint/uonline.pas

+ 1 - 1
lazpaint/uonline.pas

@@ -82,7 +82,7 @@ procedure MyHttpGet(AURL: string; ADestStream: TStream);
 {$IFDEF USE_NS_URL_REQUEST}
 begin
   TNSHTTPSendAndReceive.SimpleGet(AURL, ADestStream);
-end
+end;
 {$ELSE}
 var client: TFPHTTPClient;
 begin