diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-02 16:43:19 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-02 16:43:19 +0000 |
commit | e9b3528e6a8d79f465fcdd2e44477f1eb9275539 (patch) | |
tree | 35056a3c6b0d2b7e070b7979eb7f2da4f32e31d3 /app/l10n_util.cc | |
parent | fb4c4b4cc8f9391f382bd6429efc66c60444c63e (diff) | |
download | chromium_src-e9b3528e6a8d79f465fcdd2e44477f1eb9275539.zip chromium_src-e9b3528e6a8d79f465fcdd2e44477f1eb9275539.tar.gz chromium_src-e9b3528e6a8d79f465fcdd2e44477f1eb9275539.tar.bz2 |
Misc. small cleanups I ran into while working on other changes.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2486004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48730 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/l10n_util.cc')
-rw-r--r-- | app/l10n_util.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/l10n_util.cc b/app/l10n_util.cc index 2133066..d1c53f1 100644 --- a/app/l10n_util.cc +++ b/app/l10n_util.cc @@ -289,7 +289,8 @@ bool CheckAndResolveLocale(const std::string& locale, // We need to map them to our codes. struct { const char* source; - const char* dest;} alias_map[] = { + const char* dest; + } alias_map[] = { {"no", "nb"}, {"tl", "fil"}, {"iw", "he"}, |