diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2008-03-04 20:06:01 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2008-03-04 20:06:01 +0000 |
commit | 1db11e019e9b972ca722b75d6c7a2e4d247ebee1 (patch) | |
tree | a2ba8c419a6e63697592d6510c0c68b5e3ce1bf5 /support | |
parent | 46ccf01ae7e1caadf26818afe2c212c9ccc8938d (diff) | |
download | httpd-1db11e019e9b972ca722b75d6c7a2e4d247ebee1.tar.gz |
Correct typo in r633607
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@633614 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r-- | support/win32/ApacheMonitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |