Removed wayward ^M.

This commit is contained in:
Andy McFadden 2003-03-11 22:11:30 +00:00
parent ada1d8de04
commit 486cae404e
1 changed files with 2 additions and 2 deletions

View File

@ -991,8 +991,8 @@ bail:
}
/*
* 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
* 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
* add the contents of the dir.
*
* Returns with an error if the file doesn't exist or isn't readable.