Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealMoeder committed Mar 12, 2019
1 parent 336532a commit 3785845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/voice.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit 3785845

Please sign in to comment.