summaryrefslogtreecommitdiff
path: root/compiler/cgexcept.pas
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-05-24 17:52:09 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-05-24 17:52:09 +0000
commit8fc3f78095784d2a3313cdbb4bf8dd596a28a820 (patch)
tree96656670d803f1c6f63056a08fd4c3cd003d703d /compiler/cgexcept.pas
parent85b20a97e00664b2017cbf76ced94759eaf6e8ab (diff)
downloadfpc-8fc3f78095784d2a3313cdbb4bf8dd596a28a820.tar.gz
* fix several double ;
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@45488 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/cgexcept.pas')
-rw-r--r--compiler/cgexcept.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cgexcept.pas b/compiler/cgexcept.pas
index 4ad5a86dc1..c0d421c923 100644
--- a/compiler/cgexcept.pas
+++ b/compiler/cgexcept.pas
@@ -154,7 +154,7 @@ unit cgexcept;
begin
current_asmdata.getjumplabel(exceptstate.exceptionlabel);
exceptstate.oldflowcontrol:=flowcontrol;
- exceptstate.finallycodelabel:=nil;;
+ exceptstate.finallycodelabel:=nil;
paraloc1.init;
paraloc2.init;