fix from formatting
This commit is contained in:
parent
9636ca0b2a
commit
c753db4f59
|
@ -882,8 +882,8 @@ void ExpressionInfixOperator(struct ParseState *Parser,
|
|||
break;
|
||||
case TypePointer: Result = VariableAllocValueFromExistingData(Parser,
|
||||
BottomValue->Typ->FromType,
|
||||
(union AnyValue*)((char*)BottomValue->Val->Pointer +T
|
||||
ypeSize(BottomValue->Typ->FromType,
|
||||
(union AnyValue*)((char*)BottomValue->Val->Pointer +
|
||||
TypeSize(BottomValue->Typ->FromType,
|
||||
0, true) * ArrayIndex),
|
||||
BottomValue->IsLValue, BottomValue->LValueFrom);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue