Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Update load.cpp (#1239)
Browse files Browse the repository at this point in the history
Co-authored-by: Alyona Teyber <[email protected]>
  • Loading branch information
dchassin and aivanova5 authored Jan 17, 2023
1 parent 5cb5edd commit b905c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4901,7 +4901,7 @@ int GldLoader::object_properties(PARSER, CLASS *oclass, OBJECT *obj)
}
}
else if LITERAL("}") {/* don't accept yet */ DONE;}
else { syntax_error_here(HERE); REJECT; }
// else { syntax_error_here(HERE); REJECT; }

/* may be repeated */
if TERM(object_properties(HERE,oclass,obj))
Expand Down

0 comments on commit b905c0d

Please sign in to comment.