summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/matching.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tar/matching.c')
-rw-r--r--usr.bin/tar/matching.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/matching.c b/usr.bin/tar/matching.c
index d73c5e5..ff0daee 100644
--- a/usr.bin/tar/matching.c
+++ b/usr.bin/tar/matching.c
@@ -43,7 +43,7 @@ struct match {
struct matching {
struct match *exclusions;
int exclusions_count;
- struct match *inclusions;
+ struct match *inclusions;
int inclusions_count;
int inclusions_unmatched_count;
};
OpenPOWER on IntegriCloud