]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix a comment terminater.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Wed, 28 Apr 2010 12:03:25 +0000 (08:03 -0400)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Wed, 28 Apr 2010 12:03:25 +0000 (08:03 -0400)
SVN-Revision: 2330

libarchive/archive_write_set_format_iso9660.c

index ddec3e900934eaa8c831794931db9f6b18408b26..2e2af2a1f122281cb38aead4253a0f6018ed9737 100644 (file)
@@ -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);