From e825afe3eb892adf23b4968d8c9a101c12f86ab6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 25 Nov 2014 15:43:38 -0600 Subject: [PATCH] Fix a typo introduced with the cppcheck fixes --- interpreters/bas/bas_auto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreters/bas/bas_auto.c b/interpreters/bas/bas_auto.c index a27481145..97a244d27 100644 --- a/interpreters/bas/bas_auto.c +++ b/interpreters/bas/bas_auto.c @@ -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;