Skip to content

Commit

Permalink
Fix typo in language.c
Browse files Browse the repository at this point in the history
  • Loading branch information
eevan78 committed Apr 25, 2024
1 parent 7d6b5d2 commit 325f0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static tidyLanguagesType tidyLanguages = {
&language_zh_cn,
&language_fr,
&language_de,
$language_sr,
&language_sr,
#endif
NULL /* This array MUST be null terminated. */
}
Expand Down

0 comments on commit 325f0d8

Please sign in to comment.