summaryrefslogtreecommitdiff
path: root/xlate
diff options
context:
space:
mode:
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 */