aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-12-15 11:31:57 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2019-12-15 11:31:57 -0500
commit65525195657a3572eec36da7fcb51f22ecb094a7 (patch)
tree6f9bd591c4a5b4b2551009a51ce1bf4d92deced4 /src
parentspelling (diff)
downloadfirejail-65525195657a3572eec36da7fcb51f22ecb094a7.tar.gz
firejail-65525195657a3572eec36da7fcb51f22ecb094a7.tar.zst
firejail-65525195657a3572eec36da7fcb51f22ecb094a7.zip
small fix
Diffstat (limited to 'src')
-rw-r--r--src/lib/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/common.c b/src/lib/common.c
index 1678a4092..3a7f910e1 100644
--- a/src/lib/common.c
+++ b/src/lib/common.c
@@ -53,7 +53,7 @@ int join_namespace(pid_t pid, char *type) {
53 53
54errout: 54errout:
55 free(path); 55 free(path);
56 fprintf(stderr, "Error: cannot join namespace %s\\n", type); 56 fprintf(stderr, "Error: cannot join namespace %s\n", type);
57 return -1; 57 return -1;
58 58
59} 59}