summaryrefslogtreecommitdiff
path: root/xlate
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2004-08-26 23:22:37 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2004-08-26 23:22:37 +0000
commitc2c202fba9367bf1f8687fcfbf392eda8fd07c8e (patch)
treea9ad72c4b77172ad41ededcfd01785fbee900d24 /xlate
parenteca35ac9668049aab1c95e354dd16ef23f159f6f (diff)
downloadlibapr-util-c2c202fba9367bf1f8687fcfbf392eda8fd07c8e.tar.gz
hrm, seems like somebody already fixed this in APR HEAD. Now gotta find
out why this fix didn't make it into 1.0.0 RC6 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59126 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xlate')
-rw-r--r--xlate/xlate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlate/xlate.c b/xlate/xlate.c
index 4a4f6b5f..e8f43315 100644
--- a/xlate/xlate.c
+++ b/xlate/xlate.c
@@ -181,7 +181,7 @@ static void check_sbcs(apr_xlate_t *convset)
apr_iconv_close(convset->ich, convset->pool);
rv = apr_iconv_open(convset->topage, convset->frompage,
convset->pool, &convset->ich);
- }
+ }
}
#endif /* APU_HAVE_APR_ICONV */