From: Bruno Haible Date: Mon, 1 Aug 2005 11:03:53 +0000 (+0000) Subject: Fix indentation. X-Git-Tag: v0.15~446 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed2b52f2cd87346502ebe6a9820b653a341b6d8c;p=thirdparty%2Fgettext.git Fix indentation. --- diff --git a/gettext-runtime/intl/loadmsgcat.c b/gettext-runtime/intl/loadmsgcat.c index 4b01dca60..9f540e773 100644 --- a/gettext-runtime/intl/loadmsgcat.c +++ b/gettext-runtime/intl/loadmsgcat.c @@ -1304,7 +1304,7 @@ _nl_unload_domain (struct loaded_domain *domain) { struct converted_domain *convd = &domain->conversions[i]; - free (convd->encoding); + free (convd->encoding); if (convd->conv_tab != NULL && convd->conv_tab != (char **) -1) free (convd->conv_tab); if (convd->conv != (__gconv_t) -1)