aboutsummaryrefslogtreecommitdiffstats
path: root/src/config-rom-pretty-printer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config-rom-pretty-printer.c')
-rw-r--r--src/config-rom-pretty-printer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config-rom-pretty-printer.c b/src/config-rom-pretty-printer.c
index cb85e30..80ceb8f 100644
--- a/src/config-rom-pretty-printer.c
+++ b/src/config-rom-pretty-printer.c
@@ -965,8 +965,8 @@ static size_t format_directory_block(char **buf, size_t length,
base = directory;
break;
default:
- base = NULL;
- break;
+ base = NULL;
+ break;
}
while (base != NULL) {