2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00
[SVN r77225]
This commit is contained in:
Joel de Guzman
2012-03-05 11:01:38 +00:00
committed by Nikita Kniazev
parent 9ff631f0da
commit ade886de46

View File

@@ -400,7 +400,7 @@ namespace client { namespace code_gen
return false;
(*current)[skip] = current->size()-skip; // now we know where to jump to (after the if branch)
if (x.else_) // We got an alse
if (x.else_) // We got an else
{
(*current)[skip] += 2; // adjust for the "else" jump
current->op(op_jump, 0); // we shall fill this (0) in later