(usage): Minor fix

This commit is contained in:
Sergey Poznyakoff
2004-09-02 13:53:30 +00:00
parent da3f3e0b3b
commit 2e419759d1

View File

@@ -1255,7 +1255,7 @@ static struct argp argp = {
void
usage (int status)
{
argp_help (&argp, stderr, ARGP_HELP_SEE, program_name);
argp_help (&argp, stderr, ARGP_HELP_SEE, (char*) program_name);
exit (status);
}