1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-03-02 18:31:45 -05:00

MML: Add semicolon.

This commit is contained in:
Merlijn Wajer 2010-10-06 16:51:38 +02:00
parent 3a8a967e17
commit 17ae7b08b8

View File

@ -475,7 +475,7 @@ begin
inc(result);
Inc(Ptr);
end;
Inc(Ptr, PtrInc)
Inc(Ptr, PtrInc);
end;
TClient(Client).IOManager.FreeReturnData;