Skip to content

Commit

Permalink
Fixing typo in language negotiation.
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Mar 21, 2018
1 parent 459d5a8 commit 58a26d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapows.c
Expand Up @@ -1319,7 +1319,7 @@ char *msOWSLanguageNegotiation(mapObj *map, const char *namespaces, char **accep

if (languages && num_languages > 0) {
for (int i = 0; i < num_accept_languages; ++i) {
const char *accept_language = accept_languages[0];
const char *accept_language = accept_languages[i];

/* '*' means any language */
if (EQUAL(accept_language, "*")) {
Expand Down

0 comments on commit 58a26d8

Please sign in to comment.