Fix a typo introduced with the cppcheck fixes

This commit is contained in:
Gregory Nutt 2014-11-25 15:43:38 -06:00
parent ecc8c70f77
commit e825afe3eb

View File

@ -240,7 +240,7 @@ void Auto_frameToError(struct Auto *this, struct Program *program, struct Value
{
struct Pc p;
int framePointer;
int frameSize,;
int frameSize;
int retFrame;
int i = this->stackPointer;