Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a thinko.
  • Loading branch information
jnthn committed Oct 21, 2012
1 parent 8aa7fe1 commit d3b8c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QRegex/NFA.nqp
Expand Up @@ -439,7 +439,7 @@ class QRegex::NFA {
# Work out what we need to do to instantiate it by replacing any
# generic edges.
my int $from := 0;
for $!states -> @values {
for @copied_states -> @values {
my @output_values;
my int $i := 0;
my int $n := nqp::elems(@values);
Expand Down

0 comments on commit d3b8c89

Please sign in to comment.