зеркало из https://github.com/mozilla/pjs.git
Declare PrintUsage() to return void. Fixed by Rick Osborne
<rick@spacey.net>.
This commit is contained in:
Родитель
e5e8dcdf20
Коммит
295ed27558
|
@ -34,7 +34,7 @@ typedef struct Child
|
|||
PRProcessAttr *attr;
|
||||
} Child;
|
||||
|
||||
static PrintUsage(void)
|
||||
static void PrintUsage(void)
|
||||
{
|
||||
PR_fprintf(PR_GetSpecialFD(PR_StandardError),
|
||||
"Usage: parent [-d] child [options]\n");
|
||||
|
|
Загрузка…
Ссылка в новой задаче