From 20bf948669d76a28f8f6b11a670ca3b90d04ca11 Mon Sep 17 00:00:00 2001 From: Michihiro NAKAJIMA Date: Wed, 28 Apr 2010 08:03:25 -0400 Subject: [PATCH] Fix a comment terminater. SVN-Revision: 2330 --- libarchive/archive_write_set_format_iso9660.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarchive/archive_write_set_format_iso9660.c b/libarchive/archive_write_set_format_iso9660.c index ddec3e900..2e2af2a1f 100644 --- a/libarchive/archive_write_set_format_iso9660.c +++ b/libarchive/archive_write_set_format_iso9660.c @@ -5465,7 +5465,7 @@ isoent_tree(struct archive_write *a, struct isoent *isoent) } /* If the current directory is not new, - * Check whether there is the same name entry or not. + * Check whether there is the same name entry or not. */ if (np == NULL) { np = isoent_find_child(curdir, isoent->file->basename.s); -- 2.47.3