aaron 02/01/09 10:14:33
Modified: include apr_network_io.h
Log:
While breaking my autoconf output, I ran across this missing semicolon.
If nobody noticed this before then it's probably not getting used anyway.
Revision Changes Path
1.115 +1 -1 apr/include/apr_network_io.h
Index: apr_network_io.h
===================================================================
RCS file: /home/cvs/apr/include/apr_network_io.h,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- apr_network_io.h 26 Dec 2001 21:18:26 -0000 1.114
+++ apr_network_io.h 9 Jan 2002 18:14:33 -0000 1.115
@@ -141,7 +141,7 @@
*/
struct in_addr {
apr_uint32_t s_addr; /**< storage to hold the IP# */
-}
+};
#endif
/**