Author: wrowe Date: Thu Mar 17 08:26:18 2005 New Revision: 157941 URL: http://svn.apache.org/viewcvs?view=rev&rev=157941 Log:
Clean a typo - was running through emits too quickly yesterday. Modified: apr/apr/branches/1.1.x/file_io/unix/fullrw.c Modified: apr/apr/branches/1.1.x/file_io/unix/fullrw.c URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.1.x/file_io/unix/fullrw.c?view=diff&r1=157940&r2=157941 ============================================================================== --- apr/apr/branches/1.1.x/file_io/unix/fullrw.c (original) +++ apr/apr/branches/1.1.x/file_io/unix/fullrw.c Thu Mar 17 08:26:18 2005 @@ -67,7 +67,7 @@ apr_size_t *bytes_written) { apr_status_t rv = APR_SUCCESS; - apr_size_t int i; + apr_size_t i; apr_size_t amt = 0; apr_size_t total = 0;