svn commit: r1926587 - /apr/apr-util/branches/1.7.x/xlate/xlate.c
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Thu Jun 19 16:53:52 2025
New Revision: 1926587
URL: http://svn.apache.org/viewvc?rev=1926587&view=rev
Log:
Cleanup trailing whitespace.
Modified:
apr/apr-util/branches/1.7.x/xlate/xlate.c
Modified: apr/apr-util/branches/1.7.x/xlate/xlate.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/xlate/xlate.c?rev=1926587&r1=1926586&r2=1926587&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/xlate/xlate.c (original)
+++ apr/apr-util/branches/1.7.x/xlate/xlate.c Thu Jun 19 16:53:52 2025
@@ -180,7 +180,7 @@ static void check_sbcs(apr_xlate_t *conv
/* reset the iconv descriptor, since it's now in an undefined
* state. */
apr_iconv_close(convset->ich, convset->pool);
- rv = apr_iconv_open(convset->topage, convset->frompage,
+ rv = apr_iconv_open(convset->topage, convset->frompage,
convset->pool, &convset->ich);
}
}