You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2005/08/15 20:16:23 UTC

svn commit: r232844 - /jakarta/commons/proper/daemon/trunk/src/native/nt/service/instmain.c

Author: jfclere
Date: Mon Aug 15 11:16:16 2005
New Revision: 232844

URL: http://svn.apache.org/viewcvs?rev=232844&view=rev
Log:
Fix 36050 (attachement 15913!).

Modified:
    jakarta/commons/proper/daemon/trunk/src/native/nt/service/instmain.c

Modified: jakarta/commons/proper/daemon/trunk/src/native/nt/service/instmain.c
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/src/native/nt/service/instmain.c?rev=232844&r1=232843&r2=232844&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/src/native/nt/service/instmain.c (original)
+++ jakarta/commons/proper/daemon/trunk/src/native/nt/service/instmain.c Mon Aug 15 11:16:16 2005
@@ -182,7 +182,7 @@
     /* open the service control manager with full access right */
     hManager = OpenSCManager(NULL, NULL, SC_MANAGER_ALL_ACCESS);
     if (NULL != hManager) {
-        /* create the service
+        /* create the service */
         hService = CreateService(hManager,
             SZSERVICENAME,             /* name of the service */
             SZSERVICEDISPLAYNAME,      /* description */



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org