9
0
Fork 0

Fix a typo introduced with the cppcheck fixes

This commit is contained in:
Gregory Nutt 2014-11-25 15:43:38 -06:00
parent 6363fad05b
commit 1fe9131bd2
1 changed files with 1 additions and 1 deletions

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;