Cleanup of terminal stuff.

git-svn-id: https://spexeah.com:8443/svn/Asuro@237 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-10-24 08:46:07 +00:00
parent c201235da7
commit 9ccd2a2f9b
13 changed files with 31 additions and 26 deletions

View File

@ -119,7 +119,7 @@ end;
function stringContains(str : pchar; sub : pchar) : boolean;
begin
result:= false;
stringContains:= false;
end;
end.