1
0
Fork 0

fix error

This commit is contained in:
dtb 2024-01-13 11:25:57 -07:00
parent 6221ba9b8c
commit 4477d25693
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ check_arg(char **args){
for(s = UNINITIALIZED, terms = 0; *args != NULL; ++args)
switch(s){
case UNINITIALIZED: case NORMAL:
if(SCMPFLAT(*args, l))
if(SCMPFLAT(*args, L_PAREN))
s = INLPAREN;
else
return 0; /* syntax error */