mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
remove incorrect doubled semicolon
This commit is contained in:
parent
8ec48ecbda
commit
bf8e7a911f
@ -2186,7 +2186,7 @@ no_angle_bracket_const_expr:
|
||||
}
|
||||
| no_angle_bracket_const_expr '[' const_expr ']'
|
||||
{
|
||||
$$ = new CPPExpression('[', $1, $3);;
|
||||
$$ = new CPPExpression('[', $1, $3);
|
||||
}
|
||||
| no_angle_bracket_const_expr '(' const_expr_comma ')'
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user