Replace "return" with "break"
authorTom Tromey <tom@tromey.com>
Fri, 12 May 2017 01:44:43 +0000 (19:44 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 12 May 2017 14:52:55 +0000 (08:52 -0600)
commit256afbc259c1e22fafba601a27cf3c8d7bdde417
treeea80bf00ccbffd2239eb36e8269235ed5859e963
parentbe3f1006743f04f0b133de7fa8085a3e4c49b193
Replace "return" with "break"

This replaces a "return" with a "break" in rust_print_subexp, for
consistency.

ChangeLog
2017-05-12  Tom Tromey  <tom@tromey.com>

* rust-lang.c (rust_print_subexp): Replace "return" with "break".
gdb/ChangeLog
gdb/rust-lang.c