Fix typo in r22026 (uh oh, broken all the way since then!)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22106 57a11ea4-9604-0410-9ed3-97b8803252fd
pull/1/head
Christian Stimming 14 years ago
parent 00511d25ea
commit e058cf0352

@ -193,7 +193,7 @@ gnc_get_ea_locale_dir(const char *top_dir)
locale = g_win32_getlocale();
if (!locale)
{
PWARN ("Couldn't retrieve locale. Falling back to default one.")
PWARN ("Couldn't retrieve locale. Falling back to default one.");
locale = g_strdup ("C");
}
# else

Loading…
Cancel
Save