From 3785845b93736bd3a21cb3c50ce3e69978a5ca3a Mon Sep 17 00:00:00 2001 From: TheRealMoeder Date: Fri, 8 Mar 2019 12:40:07 +0100 Subject: [PATCH] Fix lint error --- src/config/voice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/voice.c b/src/config/voice.c index b57cfd3668..496c46126e 100644 --- a/src/config/voice.c +++ b/src/config/voice.c @@ -57,7 +57,7 @@ static int ini_handler(void* user, const char* section, const char* name, const if ( req_id == MAX_VOICEMAP_ENTRIES ) { if (MATCH_SECTION(SECTION_VOICE_GLOBAL)) { voice_map_entries = 0; - } + } if (MATCH_SECTION(SECTION_VOICE_CUSTOM)) { // Initial count of custom voicemap entries voice_map_entries++;