diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2013-07-06 17:35:49 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2013-07-06 17:35:49 +0200 |
commit | fadf399405ca5d918dd5e1182fadc3d82f6bc900 (patch) | |
tree | dfa69199c211a2a4a3269abd5e10abaa0cb20b5d /src/user/app/kbasic | |
parent | 9c74cb8c5bb5661d7f71f43b88816e70cc9fc022 (diff) | |
download | TCE-fadf399405ca5d918dd5e1182fadc3d82f6bc900.tar.gz TCE-fadf399405ca5d918dd5e1182fadc3d82f6bc900.zip |
(nothing)
Diffstat (limited to 'src/user/app/kbasic')
-rw-r--r-- | src/user/app/kbasic/commands.c | 2 |
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 */ |