summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/bas_auto.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/bas/bas_auto.c')
-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;