diff options
author | Max Kellermann <max@duempel.org> | 2008-04-12 04:14:14 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-04-12 04:14:14 +0000 |
commit | 00a16b49ba22d8a5749dc23eec7a9d0e454f0d24 (patch) | |
tree | 1bb0bdfc7a0a5aff7a49080b0d59a9a7fbf11b06 /src/playerData.c | |
parent | 646260b19e2084bb3d81986929cc8fa0291068e5 (diff) | |
download | mpd-00a16b49ba22d8a5749dc23eec7a9d0e454f0d24.tar.gz mpd-00a16b49ba22d8a5749dc23eec7a9d0e454f0d24.tar.xz mpd-00a16b49ba22d8a5749dc23eec7a9d0e454f0d24.zip |
use break instead of quitDecode()+return
The code paths which return from the functions all have to call
quitDecode(). If we simply break instead of calling quitDecode()
explicitly, this function gets called in the last line of this
function anyway.
git-svn-id: https://svn.musicpd.org/mpd/trunk@7278 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/playerData.c')
0 files changed, 0 insertions, 0 deletions