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