mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add missing break
pointed out by Coverity Scan
This commit is contained in:
parent
d55c914f0f
commit
406559a268
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ dump_append_string_value(struct dump_config *dc, VALUE obj)
|
|||
switch ((c = value[i])) {
|
||||
case '\\':
|
||||
dump_append(dc, "\\\\");
|
||||
break;
|
||||
case '"':
|
||||
dump_append(dc, "\\\"");
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue