summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fhunit.pas3
1 files changed, 1 insertions, 2 deletions
diff --git a/fhunit.pas b/fhunit.pas
index 6ff658d..0590348 100644
--- a/fhunit.pas
+++ b/fhunit.pas
@@ -415,9 +415,8 @@ procedure tMessPunkteUpdateThread.mySynchronize(aMethod: TThreadMethod);
begin
synchronized:=false;
queue(aMethod);
- while not beenden and not synchronized do begin
+ while not beenden and not synchronized do
sleep(100);
- end;
end;
procedure tMessPunkteUpdateThread.execute;