summaryrefslogtreecommitdiff
path: root/net-analyzer/squidsites/files/squidsites-1.01-format-security.patch
blob: 3dd72203c3094995c6af530e83553ec8a6f9e250 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/squidsites.c
+++ b/src/squidsites.c
@@ -286,7 +286,7 @@
 static
 void print_help()
 {
-   fprintf( stderr, help_message );
+   fprintf( stderr, "%s\n", help_message );
 } /* print_help */