summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_support_format_tar.c
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2007-04-12 04:42:57 +0000
committerkientzle <kientzle@FreeBSD.org>2007-04-12 04:42:57 +0000
commit074fb0c77f6e4db4231d4f0e526a9419ed3686f5 (patch)
tree0f8582630ff6cd648038f597ee7a42836b2420b7 /lib/libarchive/archive_read_support_format_tar.c
parent70fb9b909b9c5f6ed1d5907001766ebba118da42 (diff)
downloadFreeBSD-src-074fb0c77f6e4db4231d4f0e526a9419ed3686f5.zip
FreeBSD-src-074fb0c77f6e4db4231d4f0e526a9419ed3686f5.tar.gz
Make Lint happier.
Diffstat (limited to 'lib/libarchive/archive_read_support_format_tar.c')
-rw-r--r--lib/libarchive/archive_read_support_format_tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_read_support_format_tar.c b/lib/libarchive/archive_read_support_format_tar.c
index 1f0bf80..796a466 100644
--- a/lib/libarchive/archive_read_support_format_tar.c
+++ b/lib/libarchive/archive_read_support_format_tar.c
@@ -985,7 +985,7 @@ header_common(struct archive_read *a, struct tar *tar, struct archive_entry *ent
* Sparse files are really just regular files with
* sparse information in the extended area.
*/
- /* FALL THROUGH */
+ /* FALLTHROUGH */
default: /* Regular file and non-standard types */
/*
* Per POSIX: non-recognized types should always be
OpenPOWER on IntegriCloud