1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Comment fix.

This commit is contained in:
hniksic 2005-06-23 08:43:51 -07:00
parent 6ea7e4fd23
commit b1e09c679f

View File

@ -43,9 +43,9 @@ so, delete this exception statement from your version. */
#include "wget.h" #include "wget.h"
/* Some systems lack certain functions normally taken for granted. /* Some systems lack certain functions normally taken for granted.
For example, Windows doesn't have strptime, and some systems lack For example, Windows doesn't have strptime, and some systems don't
strcasecmp and strncasecmp. This file should contain fallback have a usable fnmatch. This file should contain fallback
implementations of the missing functions. It should *not* define implementations of such missing functions. It should *not* define
new Wget-specific interfaces -- those should be placed in utils.c new Wget-specific interfaces -- those should be placed in utils.c
or elsewhere. */ or elsewhere. */