From: Micah Cowan Date: Sat, 12 Sep 2009 01:52:49 +0000 (-0700) Subject: Fix a stupid
tag that my mailer inserted into an attachment... X-Git-Tag: v1.13~239 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=bd3028f1cda5715066a984983d3a44195b7a32e3 Fix a stupid
tag that my mailer inserted into an attachment... --- 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