Skip to content

Commit

Permalink
#207: Unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
kkos committed Sep 21, 2020
1 parent af1eed1 commit 438d067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/regparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -6741,6 +6741,7 @@ prs_cc(Node** np, PToken* tok, UChar** src, UChar* end, ScanEnv* env)
p = psave;
for (i = 1; i < len; i++) {
r = fetch_token_cc(tok, &p, end, env, CS_COMPLETE);
if (r < 0) goto err;
}
fetched = 0;
}
Expand Down

0 comments on commit 438d067

Please sign in to comment.