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

[svn] Docfix.

This commit is contained in:
hniksic 2005-03-05 15:07:53 -08:00
parent 18acfe8130
commit 3a8f6494d7

View File

@ -1426,7 +1426,7 @@ append_dir_structure (const struct url *u, struct growable *dest)
char *
url_file_name (const struct url *u)
{
struct growable fnres;
struct growable fnres; /* stands for "file name result" */
const char *u_file, *u_query;
char *fname, *unique;