Remove unnecessary break statement in swb_config_load_option()
authorSteven Luo <steven+maemo@steven676.net>
Thu, 26 Aug 2010 11:58:36 +0000 (04:58 -0700)
committerSteven Luo <steven+maemo@steven676.net>
Thu, 26 Aug 2010 11:58:36 +0000 (04:58 -0700)
config.c

index faa9816..35f3d20 100644 (file)
--- a/config.c
+++ b/config.c
@@ -125,7 +125,6 @@ static int swb_config_load_option(struct swb_config *cfg,
                        free(value);
                }
                return 1;
                        free(value);
                }
                return 1;
-               break;
        }
 
        /* Unrecognized config option */
        }
 
        /* Unrecognized config option */