]> sjero.net Git - wget/commitdiff
[svn] Constify check_end().
authorhniksic <devnull@localhost>
Mon, 20 Nov 2000 10:25:28 +0000 (02:25 -0800)
committerhniksic <devnull@localhost>
Mon, 20 Nov 2000 10:25:28 +0000 (02:25 -0800)
src/ChangeLog
src/http.c

index 5bffb7326f4d1a37d19de5be43a631bc8d2c370e..ed96827b339312b90f901e9d11b0950fec6cc2a2 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * http.c (check_end): Constify.
+
 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * http.c (http_loop): If username and password are known, try the
index b8c2a63c5c87b73fc608b5a2d40193bf8321fa8d..4e14b3d6dfff00e51ed62dc6600052749d1d8601 100644 (file)
@@ -1615,7 +1615,7 @@ mktime_from_utc (struct tm *t)
    "^ *(GMT|[+-][0-9]|$)", 0 otherwise.  P being NULL (a valid result of
    strptime()) is considered a failure and 0 is returned.  */
 static int
-check_end (char *p)
+check_end (const char *p)
 {
   if (!p)
     return 0;