aboutsummaryrefslogtreecommitdiffstats
path: root/common/i18n.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/i18n.c')
-rw-r--r--common/i18n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/i18n.c b/common/i18n.c
index d0d804a32..d8189974d 100644
--- a/common/i18n.c
+++ b/common/i18n.c
@@ -69,7 +69,7 @@ i18n_switchto_utf8 (void)
if (!bind_textdomain_codeset (PACKAGE_GT, "utf-8"))
{
xfree (orig_codeset);
- orig_codeset = NULL;
+ orig_codeset = NULL;
}
}
return orig_codeset;