]> granicus.if.org Git - apache/commitdiff
Correct typo in r633607
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 4 Mar 2008 20:06:01 +0000 (20:06 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 4 Mar 2008 20:06:01 +0000 (20:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@633614 13f79535-47bb-0310-9956-ffa450edef68

support/win32/ApacheMonitor.c

index 4d925d0f5cf7bc6f0e3a1cc1f49f0f7f9d2f8913..71a418cd1e4abfc9600a38ca6f0ee8bd0c188b23 100644 (file)
@@ -1872,7 +1872,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
     }
     else if ((__argc == 4) && (g_dwOSVersion >= OS_VERSION_WIN2K))
     {
-        dwControl = _tstoi(__targv[1]));
+        dwControl = _tstoi(__targv[1]);
         if ((dwControl != SERVICE_CONTROL_CONTINUE) &&
             (dwControl != SERVICE_APACHE_RESTART) &&
             (dwControl != SERVICE_CONTROL_STOP))