EditorMacros: Allow editing of macros / Fixed parsing empty brackets

git-svn-id: trunk@38363 -
This commit is contained in:
martin 2012-08-25 02:12:59 +00:00
parent a8e5f51078
commit 084f17f010

View File

@ -655,6 +655,7 @@ begin
inc(c);
end
else
if FText[i] <> ')' then
exit; // Todo error
SkipSpace(i);