X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fopenocd.c;h=71e047f40e9705224f4f2d409ed8d8b308d89a11;hp=d06e2c56e5258a09d09cad9f794794defaaf8a43;hb=8f444e22473746710112b68eb4d923ce2f45040d;hpb=e8641695c634109ebf5f1149923971770da1d28a diff --git a/src/openocd.c b/src/openocd.c index d06e2c56e5..71e047f40e 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifdef HAVE_CONFIG_H @@ -279,8 +279,6 @@ static int openocd_thread(int argc, char *argv[], struct command_context *cmd_ct return EXIT_FAILURE; ret = parse_config_file(cmd_ctx); - if (ret == ERROR_OK_EXIT) - return ERROR_OK; if (ret != ERROR_OK) return EXIT_FAILURE;