summaryrefslogtreecommitdiff
path: root/src/user/app/kbasic/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/kbasic/commands.c')
-rw-r--r--src/user/app/kbasic/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/kbasic/commands.c b/src/user/app/kbasic/commands.c
index b88e57e..3e47896 100644
--- a/src/user/app/kbasic/commands.c
+++ b/src/user/app/kbasic/commands.c
@@ -41,7 +41,7 @@ void exec_print()
{
int answer;
int len=0, spaces;
- char last_delim;
+ char last_delim = 0;
do {
get_token(); /* get next list item */