mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Extra semicolon after "then"
(cherry picked from commit 530aafdc2d)
This commit is contained in:
parent
fd15280abd
commit
45caf2da51
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ begin
|
|||
if Assigned(AError) then
|
||||
begin
|
||||
AResult:= g_error_matches (AError, g_io_error_quark(), G_IO_ERROR_EXISTS);
|
||||
if not AResult then;
|
||||
if not AResult then
|
||||
begin
|
||||
if g_error_matches (AError, g_io_error_quark(), G_IO_ERROR_NOT_SUPPORTED) then
|
||||
AskQuestion(rsMsgErrNotSupported, '', [fsourOk], fsourOk, fsourOk)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue