fix in the C parser

This commit is contained in:
kr.angelov
2013-08-21 13:09:21 +00:00
parent 9f1a2e5b67
commit fa32a6290e

View File

@@ -1846,10 +1846,11 @@ pgf_get_tokens(PgfSequence seq,
tok_idx = 0; tok_idx = 0;
} }
default: default:
continue; goto end;
} }
} }
end:;
GuString tokens = gu_string_buf_freeze(sbuf, pool); GuString tokens = gu_string_buf_freeze(sbuf, pool);
gu_pool_free(tmp_pool); gu_pool_free(tmp_pool);