]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
remove wrong parenthesis
authorAndré Malo <nd@apache.org>
Sun, 26 Jan 2003 22:22:27 +0000 (22:22 +0000)
committerAndré Malo <nd@apache.org>
Sun, 26 Jan 2003 22:22:27 +0000 (22:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98505 13f79535-47bb-0310-9956-ffa450edef68

src/modules/standard/mod_usertrack.c

index eb7ec002dcf5f59655fc20b2ab665490b34aa4ee..20e1c525ef6617e6a728e8950659f2a529d17da2 100644 (file)
@@ -185,7 +185,7 @@ static char * make_cookie_id(char * buffer, int bufsize, request_rec *r,
      * was started. It should be relatively unique.
      */
 
-    clocktime = (long) GetTickCount());
+    clocktime = (long) GetTickCount();
 
 #else
     gettimeofday(&tv, &tz);