aboutsummaryrefslogtreecommitdiffstats
path: root/src/profstats
diff options
context:
space:
mode:
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}