silly size savings and capitalization fixes

This commit is contained in:
Denis Vlasenko
2006-10-26 00:37:00 +00:00
parent e63a0dee9e
commit c6f188def8
24 changed files with 81 additions and 81 deletions

View File

@@ -322,12 +322,12 @@ static int ask(const char *string, int def)
int c;
if (!repair) {
printf("\n");
puts("");
errors_uncorrected = 1;
return 0;
}
if (automatic) {
printf("\n");
puts("");
if (!def)
errors_uncorrected = 1;
return def;