X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fnetrc.h;fp=src%2Fnetrc.h;h=47adb79339ec025a9510bb733484a2b7b53d99ba;hp=b4bb8449b8f9f3b7e772d808babda3963bae25e6;hb=8624553a31b148f9051cc11725bc01d9760fa07b;hpb=4eeabffee6e5b348d36c4f3ba0579ed086226603 diff --git a/src/netrc.h b/src/netrc.h index b4bb8449..47adb793 100644 --- a/src/netrc.h +++ b/src/netrc.h @@ -33,10 +33,10 @@ as that of the covered work. */ typedef struct _acc_t { - char *host; /* NULL if this is the default machine - entry. */ + char *host; /* NULL if this is the default machine + entry. */ char *acc; - char *passwd; /* NULL if there is no password. */ + char *passwd; /* NULL if there is no password. */ struct _acc_t *next; } acc_t;