fix error
This commit is contained in:
parent
6221ba9b8c
commit
4477d25693
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user