Skip to content

Commit

Permalink
fix ecxtraneous character
Browse files Browse the repository at this point in the history
  • Loading branch information
jpffitch committed Jan 8, 2020
1 parent d6f41a7 commit e539ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/new_orc_parser.c
Expand Up @@ -243,7 +243,7 @@ TREE *csoundParseOrc(CSOUND *csound, const char *str)
else {
if (err == 1){
csound->Message(csound, Str("Parsing failed due to invalid input!\n"));
o }
}
else if (err == 2){
csound->Message(csound,
Str("Parsing failed due to memory exhaustion!\n"));
Expand Down

0 comments on commit e539ec6

Please sign in to comment.