Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Goober5000 committed Jul 28, 2023
1 parent f64de84 commit a218761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/parse/sexp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4367,7 +4367,7 @@ int get_sexp()
// was closing quote not found?
if (*(Mp + 1 + len) != '\"') {
error_display(0, "Unexpected end of quoted string embedded in sexp!");
skip_sexp(true);
skip_sexp(true); // this will have the effect of skipping to the end of the file or string
return Locked_sexp_false;
}
// bump past closing quote
Expand Down

0 comments on commit a218761

Please sign in to comment.