Skip to content

Commit

Permalink
Minor, drop extra closing ;
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 18, 2025
1 parent dd29cb3 commit aab1d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interpreter.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ parsexp(char *begp, const char *par1, const char *par2, int blkid, int expctr,
{
struct expentry *e1 = NULL;
PF funcp;
char *cmdp, *fendp, *valp, *fname, *funb = NULL;;
char *cmdp, *fendp, *valp, *fname, *funb = NULL;
int numparams, ret;

cmdp = begp;
Expand Down

0 comments on commit aab1d2f

Please sign in to comment.