remove unused rparen

This commit is contained in:
Holger Vogt 2018-08-13 21:36:56 +02:00
parent b1f956f81c
commit 795f9ed6ad
1 changed files with 1 additions and 1 deletions

View File

@ -2060,7 +2060,7 @@ eval_agauss(struct card *deck, char *fcn)
continue;
while ((ap = search_identifier(curr_line, fcn, curr_line)) != NULL) {
char *lparen, *rparen, *begstr, *contstr = NULL, *new_line, *midstr;
char *lparen, *begstr, *contstr = NULL, *new_line, *midstr;
char *tmp1str, *tmp2str, *delstr;
int nerror;