You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/02/26 23:01:40 UTC

svn commit: r1572291 - /subversion/trunk/subversion/libsvn_ra_serf/xml.c

Author: breser
Date: Wed Feb 26 22:01:39 2014
New Revision: 1572291

URL: http://svn.apache.org/r1572291
Log:
* subversion/libsvn_ra_serf/xml.c: Fix an incorrect comment.

Modified:
    subversion/trunk/subversion/libsvn_ra_serf/xml.c

Modified: subversion/trunk/subversion/libsvn_ra_serf/xml.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/xml.c?rev=1572291&r1=1572290&r2=1572291&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/xml.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/xml.c Wed Feb 26 22:01:39 2014
@@ -57,7 +57,7 @@
  || ((major) == XML_MAJOR_VERSION && (minor) < XML_MINOR_VERSION)    \
  || ((major) == XML_MAJOR_VERSION && (minor) == XML_MINOR_VERSION && \
      (patch) <= XML_MICRO_VERSION))
-#endif /* APR_VERSION_AT_LEAST */
+#endif /* XML_VERSION_AT_LEAST */
 
 /* Read/write chunks of this size into the spillbuf.  */
 #define PARSE_CHUNK_SIZE 8000