Skip to content

Commit

Permalink
Fix typo in r22026 (uh oh, broken all the way since then!)
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22106 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cstim committed Mar 21, 2012
1 parent 00511d2 commit e058cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gnome/assistant-hierarchy.c
Expand Up @@ -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
Expand Down

0 comments on commit e058cf0

Please sign in to comment.