summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-25 15:43:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-25 15:43:38 -0600
commit1fe9131bd2bbdc9e4689631428dfbc8bb2f12d5b (patch)
tree73c6aa60d132c7af9ce0554db44bf3295b3d6d41
parent6363fad05b2d312482bde3b54e43e8b0e9831532 (diff)
downloadnuttx-1fe9131bd2bbdc9e4689631428dfbc8bb2f12d5b.tar.gz
nuttx-1fe9131bd2bbdc9e4689631428dfbc8bb2f12d5b.tar.bz2
nuttx-1fe9131bd2bbdc9e4689631428dfbc8bb2f12d5b.zip
Fix a typo introduced with the cppcheck fixes
-rw-r--r--apps/interpreters/bas/bas_auto.c2
1 files changed, 1 insertions, 1 deletions
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;