From 893800b73d1299ceafc8e844217b6ab8cd0bc55f Mon Sep 17 00:00:00 2001 From: just nine Date: Fri, 5 Mar 2021 17:43:27 +0000 Subject: [PATCH] erroneous break; --- config_file/config_file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/config_file/config_file.c b/config_file/config_file.c index 67a69a5..7dbd238 100644 --- a/config_file/config_file.c +++ b/config_file/config_file.c @@ -228,7 +228,6 @@ void add_mapping(struct emulator_config *cfg, unsigned int type, unsigned int ad case MAPTYPE_REGISTER: default: break; - break; } printf("[MAP %d] Added %s mapping for range %.8lX-%.8lX ID: %s\n", index, map_type_names[type], cfg->map_offset[index], cfg->map_high[index] - 1, cfg->map_id[index] ? cfg->map_id[index] : "None"); -- 2.39.2