Simplify control flow in swb_config_load_option()
authorSteven Luo <steven+maemo@steven676.net>
Thu, 26 Aug 2010 11:49:20 +0000 (04:49 -0700)
committerSteven Luo <steven+maemo@steven676.net>
Thu, 26 Aug 2010 11:49:20 +0000 (04:49 -0700)
commit113a6246253efb7a870c019d7ba2a7c852150937
treeb1eaf9dbde9a35677786b09a874e313e6a45ce2b
parentbbf5dd7221e8297a95a1b3d7b3937782ea7ca5d4
Simplify control flow in swb_config_load_option()

Just return out of the loop when a match is found, and get rid of the
retval variable.
config.c