aboutsummaryrefslogtreecommitdiffstats
path: root/src/macosx/PseudoThread.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/macosx/PseudoThread.pas')
-rw-r--r--src/macosx/PseudoThread.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/macosx/PseudoThread.pas b/src/macosx/PseudoThread.pas
index 16157646..21e93341 100644
--- a/src/macosx/PseudoThread.pas
+++ b/src/macosx/PseudoThread.pas
@@ -30,7 +30,8 @@ implementation
constructor TPseudoThread.Create(const suspended : Boolean);
begin
- if not suspended then begin
+ if not suspended then
+ begin
Execute;
end;
end;