anaconda: fix compile warnings
This commit is contained in:
parent
948d917d99
commit
b95bd9af8c
@ -67,7 +67,7 @@ static const char *options_help [][2] = {
|
|||||||
void show_help() {
|
void show_help() {
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
printf(usage);
|
printf("%s", usage);
|
||||||
for (i=0; options_help[i][0]; i++) {
|
for (i=0; options_help[i][0]; i++) {
|
||||||
printf(" -%c, --%-20s %s\n", options_help[i][0][0],
|
printf(" -%c, --%-20s %s\n", options_help[i][0][0],
|
||||||
options_help[i][0],
|
options_help[i][0],
|
||||||
|
@ -72,7 +72,7 @@ int globErrFunc(const char *epath, int eerrno)
|
|||||||
void show_help() {
|
void show_help() {
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
printf(usage);
|
printf("%s", usage);
|
||||||
for (i=0; options_help[i][0]; i++) {
|
for (i=0; options_help[i][0]; i++) {
|
||||||
printf(" -%c, --%-20s %s\n", options_help[i][0][0],
|
printf(" -%c, --%-20s %s\n", options_help[i][0][0],
|
||||||
options_help[i][0],
|
options_help[i][0],
|
||||||
|
Loading…
Reference in New Issue
Block a user