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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to