From fd1cd08e2f4f91dbeef609f868ed16660b422fa7 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 26 Dec 2006 13:02:21 +0000 Subject: [PATCH] * Fix closing endif git-svn-id: trunk@5715 - --- ide/fpcalc.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/fpcalc.pas b/ide/fpcalc.pas index 81f2842fe1..33f0913c1f 100644 --- a/ide/fpcalc.pas +++ b/ide/fpcalc.pas @@ -233,7 +233,7 @@ const {$ifdef Unix} Procedure CalcSigFPE(sig : longint);cdecl; {$else} -function CalcSigFPE(sig : longint) : longint;{ $ifndef go32v2}cdecl;{$endif} +function CalcSigFPE(sig : longint) : longint;{ $ifndef go32v2}cdecl;{ $endif} {$endif} begin {$ifdef CPUI386}