]> sjero.net Git - wget/blobdiff - src/ptimer.c
Fix a problem when -k is specified and url's are specified in CSS code.
[wget] / src / ptimer.c
index 843d9226928fd84975b663d537daababe1d7c80f..72f561e50912cbcd5e6da586cf62e1e0ed442d15 100644 (file)
@@ -1,6 +1,6 @@
 /* Portable timers.
-   Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-   Inc.
+   Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+   Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -353,7 +353,7 @@ ptimer_reset (struct ptimer *pt)
 }
 
 /* Measure the elapsed time since timer creation/reset.  This causes
-   the timer to internally call clock_gettime (or gettimeofday, etc.) 
+   the timer to internally call clock_gettime (or gettimeofday, etc.)
    to update its idea of current time.  The time is returned, but is
    also stored for later access through ptimer_read().