1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-03-03 02:41:54 -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(result);
Inc(Ptr); Inc(Ptr);
end; end;
Inc(Ptr, PtrInc) Inc(Ptr, PtrInc);
end; end;
TClient(Client).IOManager.FreeReturnData; TClient(Client).IOManager.FreeReturnData;