svn commit: r1919537 - /subversion/trunk/subversion/svnserve/svnserve.c

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: dsahlberg
Date: Fri Jul 26 17:29:11 2024
New Revision: 1919537

URL: http://svn.apache.org/viewvc?rev=1919537&view=rev
Log:
Change comment on #endif to match the condition in corresponding #ifdef.
No functional change.

* subversion/svnserve/svnserve.c
  (declarations): The corresponding #ifdef is WIN32, without underscore

Modified:
    subversion/trunk/subversion/svnserve/svnserve.c

Modified: subversion/trunk/subversion/svnserve/svnserve.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnserve/svnserve.c?rev=1919537&r1=1919536&r2=1919537&view=diff
==============================================================================
--- subversion/trunk/subversion/svnserve/svnserve.c (original)
+++ subversion/trunk/subversion/svnserve/svnserve.c Fri Jul 26 17:29:11 2024
@@ -191,7 +191,7 @@ void winservice_notify_stop(void)
   if (winservice_svnserve_accept_socket != INVALID_SOCKET)
     closesocket(winservice_svnserve_accept_socket);
 }
-#endif /* _WIN32 */
+#endif /* WIN32 */
 
 
 /* Option codes and descriptions for svnserve.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.