Skip to content

Commit

Permalink
fix property enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Aug 29, 2013
1 parent 40c6760 commit fbb196c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/regex.d
Expand Up @@ -677,7 +677,7 @@ struct Group(DataIndex)
pc += len;
}
}
if(stack.empty())
if(stack.empty)
break;
start = stack.top[0];
end = stack.top[1];
Expand Down

0 comments on commit fbb196c

Please sign in to comment.