util: Added a few missing 'static' attributes for functions

This commit is contained in:
Christophe CURIS
2013-05-12 01:01:20 +01:00
committed by Carlos R. Mafra
parent d517d5cac0
commit 549cefc47b
12 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
extern char *__progname;
void print_help(void)
static void print_help(void)
{
printf("Usage: %s [OPTIONS] [FILE]\n", __progname);
puts("Copies data from FILE or stdin into X cut buffer.");