diff options
-rw-r--r-- | aplus_tokens.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aplus_tokens.c b/aplus_tokens.c index 7073e1a..d685189 100644 --- a/aplus_tokens.c +++ b/aplus_tokens.c @@ -85,7 +85,7 @@ const char *aplus_cmds[] = { "SET", /* $50 */ "LVAR", /* $51 */ "", /* $52, silent LET */ - "ERROR-" /* $53 */ + "ERROR- " /* $53 */ }; const int aplus_cmd_size = sizeof(aplus_cmds); |