fix from formatting

This commit is contained in:
Joseph Poirier 2015-06-13 19:07:57 -05:00
parent 9636ca0b2a
commit c753db4f59

View file

@ -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;