summaryrefslogtreecommitdiff
path: root/plugins/MirandaNGHistoryToDB/HistoryToDBUpdater/Global.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaNGHistoryToDB/HistoryToDBUpdater/Global.pas')
-rw-r--r--plugins/MirandaNGHistoryToDB/HistoryToDBUpdater/Global.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirandaNGHistoryToDB/HistoryToDBUpdater/Global.pas b/plugins/MirandaNGHistoryToDB/HistoryToDBUpdater/Global.pas
index 6747ee346d..f3f68e7ea2 100644
--- a/plugins/MirandaNGHistoryToDB/HistoryToDBUpdater/Global.pas
+++ b/plugins/MirandaNGHistoryToDB/HistoryToDBUpdater/Global.pas
@@ -239,7 +239,7 @@ begin
if Str <> '' then
begin
Cipher.Reset;
- Result := Cipher.DecryptString(Str);;
+ Result := Cipher.DecryptString(Str);
end;
end;