Removed wayward ^M.

This commit is contained in:
Andy McFadden 2003-03-11 22:11:30 +00:00
parent ada1d8de04
commit 486cae404e

View File

@ -991,8 +991,8 @@ bail:
} }
/* /*
* Add a file to the list we're adding to the archive. If it's a directory, * Add a file to the list we're adding to the archive. If it's a directory,
* and the recursive descent feature is enabled, call Win32AddDirectory to * and the recursive descent feature is enabled, call Win32AddDirectory to
* add the contents of the dir. * add the contents of the dir.
* *
* Returns with an error if the file doesn't exist or isn't readable. * Returns with an error if the file doesn't exist or isn't readable.