aboutsummaryrefslogtreecommitdiffstats
path: root/src/profstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-04-03 14:38:39 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-04-03 17:52:22 +0200
commit9264ebbd12fa63a77f062d2801195e815237ac94 (patch)
tree5e5ac1164e063fcf5979a4163c7d87ebefad269f /src/profstats
parentallow using wruc on any program (diff)
downloadfirejail-9264ebbd12fa63a77f062d2801195e815237ac94.tar.gz
firejail-9264ebbd12fa63a77f062d2801195e815237ac94.tar.zst
firejail-9264ebbd12fa63a77f062d2801195e815237ac94.zip
misc fixes & hardening
Diffstat (limited to 'src/profstats')
-rw-r--r--src/profstats/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profstats/main.c b/src/profstats/main.c
index f8818982f..7c6bfce9d 100644
--- a/src/profstats/main.c
+++ b/src/profstats/main.c
@@ -185,7 +185,7 @@ int main(int argc, char **argv) {
185 185
186 start = i; 186 start = i;
187 if (i == argc) { 187 if (i == argc) {
188 fprintf(stderr, "Error: no porfile file specified\n"); 188 fprintf(stderr, "Error: no profile file specified\n");
189 return 1; 189 return 1;
190 } 190 }
191 191
@@ -264,4 +264,4 @@ int main(int argc, char **argv) {
264 printf(" net none\t\t\t%d\n", cnt_netnone); 264 printf(" net none\t\t\t%d\n", cnt_netnone);
265 printf("\n"); 265 printf("\n");
266 return 0; 266 return 0;
267} \ No newline at end of file 267}