You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Changed some code found by Clang Tidy and Coverity
This commit is contained in:
@@ -1522,7 +1522,7 @@ Error VariantParser::parse_tag_assign_eof(Stream *p_stream, int &line, String &r
|
||||
return err;
|
||||
if (tk.type != TK_STRING) {
|
||||
r_err_str = "Error reading quoted string";
|
||||
return err;
|
||||
return ERR_INVALID_DATA;
|
||||
}
|
||||
|
||||
what = tk.value;
|
||||
|
||||
Reference in New Issue
Block a user