From 646cadba8cd833fa64200c3414788a7869113677 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 20 Jul 2021 05:23:12 +0200 Subject: [PATCH] Another style nit --- disk_index_file.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/disk_index_file.c b/disk_index_file.c index 236bbf5ae6..0ebd122db2 100644 --- a/disk_index_file.c +++ b/disk_index_file.c @@ -47,11 +47,9 @@ static bool DCifJSONObjectMemberHandler(void* context, const char *pValue, size_ { DCifJSONContext *pCtx = (DCifJSONContext*)context; + /* something went wrong */ if (pCtx->current_entry_str_val) - { - /* something went wrong */ return false; - } if (length) {