summaryrefslogtreecommitdiff
path: root/lib/database.cc
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-11-17 18:37:45 -0800
committerCarl Worth <cworth@cworth.org>2009-11-17 18:37:45 -0800
commit8cf72920e11c950fe7ae76cb762f79506aa8acfe (patch)
tree9feef68205f278553acf45271e99275116ecd41d /lib/database.cc
parentd025e89ac7ccecc9a6bbea5e867fcc15589f81b5 (diff)
message_file_get_header: Use break where more clear than continue.
Calling continue here worked only because we set a flag before the continue, and, check the flag at the beginning of the loop, and *then* break. It's much more clear to just break in the first place.
Diffstat (limited to 'lib/database.cc')
0 files changed, 0 insertions, 0 deletions