From bd3028f1cda5715066a984983d3a44195b7a32e3 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Fri, 11 Sep 2009 18:52:49 -0700 Subject: [PATCH] Fix a stupid
tag that my mailer inserted into an attachment... --- msdos/msdos.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/msdos/msdos.c b/msdos/msdos.c index f5b7e1c5..b3e5d395 100644 --- a/msdos/msdos.c +++ b/msdos/msdos.c @@ -1,4 +1,4 @@ -
/* MSDOS utility functions. +/* MSDOS utility functions. Copyright (C) 2009 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -106,4 +106,3 @@ getpass (const char *prompt) return strdup (getpassbuf); } -
\ No newline at end of file -- 2.39.2