From 486cae404e08e11c64db70c3a4bdcad385b1cbb1 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Tue, 11 Mar 2003 22:11:30 +0000 Subject: [PATCH] Removed wayward ^M. --- nulib2/SysUtils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nulib2/SysUtils.c b/nulib2/SysUtils.c index 007c810..a8a48fa 100644 --- a/nulib2/SysUtils.c +++ b/nulib2/SysUtils.c @@ -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.