mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 13:28:05 +01:00
util: Added a few missing 'static' attributes for functions
This commit is contained in:
committed by
Carlos R. Mafra
parent
d517d5cac0
commit
549cefc47b
@@ -34,7 +34,7 @@
|
||||
|
||||
extern char *__progname;
|
||||
|
||||
void print_help(int print_usage, int exitval)
|
||||
static void print_help(int print_usage, int exitval)
|
||||
{
|
||||
printf("Usage: %s [-h] [-v] [file]\n", __progname);
|
||||
if (print_usage) {
|
||||
|
||||
Reference in New Issue
Block a user