diff options
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/matchpathcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/matchpathcon.c b/selinux/matchpathcon.c index 2bc0a33..bb7099e 100644 --- a/selinux/matchpathcon.c +++ b/selinux/matchpathcon.c @@ -17,7 +17,7 @@ static int print_matchpathcon(char *path, int noprint) if (!noprint) printf("%s\t%s\n", path, buf); else - printf("%s\n", buf); + puts(buf); freecon(buf); return 0; |