X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fconvert.c;h=61bbe6e2c26e580814801fef74bab544ce0b94f7;hp=653c7b4d97d960345b5d071e1130fca5d0817265;hb=4a08094db88011153adadbf995103770b20d2a31;hpb=73ff253e371f58dde04ce30f04c59f2000a1b7e5 diff --git a/src/convert.c b/src/convert.c index 653c7b4d..61bbe6e2 100644 --- a/src/convert.c +++ b/src/convert.c @@ -918,7 +918,7 @@ static struct hash_table *downloaded_files_hash; However, our hash tables only accept pointers for keys and values. So when we need a pointer, we use the address of a downloaded_file_t variable of static storage. */ - + static downloaded_file_t * downloaded_mode_to_ptr (downloaded_file_t mode) {