LazDebuggerFp (pure): Fixed compilation after r44741 #a52defb4e1

git-svn-id: trunk@44742 -
This commit is contained in:
joost 2014-04-16 08:47:58 +00:00
parent a52defb4e1
commit ad9ca5afa5

View File

@ -166,7 +166,7 @@ begin
Raise Exception.Create('Breakpoints of this kind are not suported.'); Raise Exception.Create('Breakpoints of this kind are not suported.');
end; end;
if not assigned(FInternalBreakpoint) then if not assigned(FInternalBreakpoint) then
FValid:=vsInvalid; FValid:=vsInvalid
else else
FValid:=vsValid; FValid:=vsValid;
end; end;