aboutsummaryrefslogtreecommitdiff
path: root/selinux
diff options
context:
space:
mode:
Diffstat (limited to 'selinux')
-rw-r--r--selinux/matchpathcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/matchpathcon.c b/selinux/matchpathcon.c
index 2bc0a3304..bb7099ea6 100644
--- a/selinux/matchpathcon.c
+++ b/selinux/matchpathcon.c
@@ -17,7 +17,7 @@ static int print_matchpathcon(char *path, int noprint)
17 if (!noprint) 17 if (!noprint)
18 printf("%s\t%s\n", path, buf); 18 printf("%s\t%s\n", path, buf);
19 else 19 else
20 printf("%s\n", buf); 20 puts(buf);
21 21
22 freecon(buf); 22 freecon(buf);
23 return 0; 23 return 0;