anaconda: fix compile warnings

release3.0
Marek Marczykowski-Górecki 9 years ago
parent 948d917d99
commit b95bd9af8c

@ -67,7 +67,7 @@ static const char *options_help [][2] = {
void show_help() {
int i;
printf(usage);
printf("%s", usage);
for (i=0; options_help[i][0]; i++) {
printf(" -%c, --%-20s %s\n", options_help[i][0][0],
options_help[i][0],

@ -72,7 +72,7 @@ int globErrFunc(const char *epath, int eerrno)
void show_help() {
int i;
printf(usage);
printf("%s", usage);
for (i=0; options_help[i][0]; i++) {
printf(" -%c, --%-20s %s\n", options_help[i][0][0],
options_help[i][0],

Loading…
Cancel
Save