Remove unnecessary break statement in swb_config_load_option()
[browser-switch] / 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 */