remove more duplicate semicolons

This commit is contained in:
Axel Kohlmeyer
2023-06-25 06:02:17 -04:00
parent 92c118b29f
commit d1980031ef
26 changed files with 36 additions and 36 deletions

View File

@ -567,7 +567,7 @@ void Input::substitute(char *&str, char *&str2, int &max, int &max2, int flag)
// else $x becomes x followed by null char
// beyond = points to text following variable
int i,n,paren_count,nchars;;
int i,n,paren_count,nchars;
char immediate[256];
char *var,*value,*beyond;
int quoteflag = 0;