minor code change

This commit is contained in:
2021-01-26 15:47:22 +00:00
parent aee64add9b
commit 2266a9cfb8
3 changed files with 3 additions and 2 deletions

View File

@ -1033,7 +1033,7 @@ retry:
{
int n;
n = end_include (hcl);
n = end_include(hcl);
if (n <= -1) return -1;
if (n >= 1) goto retry;