]> sjero.net Git - wget/blobdiff - src/css-url.c
[mq]: cfg-mk
[wget] / src / css-url.c
index 621c17dd65948efa5858ee76bfbd4871c9c53009..355e780a4e0a92f4e991fa7d156c9822b8a2f01b 100644 (file)
@@ -49,7 +49,6 @@ as that of the covered work.  */
 #include <stdlib.h>
 #include <ctype.h>
 #include <errno.h>
-#include <assert.h>
 
 #include "wget.h"
 #include "utils.h"
@@ -144,7 +143,7 @@ get_uri_string (const char *at, int *pos, int *length)
   if (uri)
     {
       strncpy (uri, at + *pos, *length);
-      uri[*length] = '\0';      
+      uri[*length] = '\0';
     }
 
   return uri;