mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-11 03:05:52 +01:00
WPrefs: Added 'const' attribute to function parameters
This commit is contained in:
committed by
Carlos R. Mafra
parent
eb14bca73b
commit
b5101fc8ae
@@ -47,7 +47,7 @@ void wAbort(Bool foo)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
static void print_help(char *progname)
|
||||
static void print_help(const char *progname)
|
||||
{
|
||||
printf(_("usage: %s [options]\n"), progname);
|
||||
puts(_("options:"));
|
||||
|
||||
Reference in New Issue
Block a user