Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed May 7, 2018
1 parent 324681f commit 96609b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gettext_boost.cpp
Expand Up @@ -346,7 +346,7 @@ namespace
<< "'),";
}
if(std::has_facet<bl::collator<char>>(current_locale_)) {
res << "has bl::collator<char> facet,"
res << "has bl::collator<char> facet, ";
}
res << "generator categories='" << g_mgr.categories() << "'";
return res.str();
Expand Down

0 comments on commit 96609b8

Please sign in to comment.