From: Michihiro NAKAJIMA Date: Wed, 28 Apr 2010 12:03:25 +0000 (-0400) Subject: Fix a comment terminater. X-Git-Tag: v3.0.0a~1062 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20bf948669d76a28f8f6b11a670ca3b90d04ca11;p=thirdparty%2Flibarchive.git Fix a comment terminater. SVN-Revision: 2330 --- 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);