From: William A. Rowe Jr Date: Tue, 4 Mar 2008 20:06:01 +0000 (+0000) Subject: Correct typo in r633607 X-Git-Tag: 2.3.0~907 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1db11e019e9b972ca722b75d6c7a2e4d247ebee1;p=apache Correct typo in r633607 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@633614 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/win32/ApacheMonitor.c b/support/win32/ApacheMonitor.c index 4d925d0f5c..71a418cd1e 100644 --- a/support/win32/ApacheMonitor.c +++ b/support/win32/ApacheMonitor.c @@ -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))