ref: 290c65e9b2cbe915a3f30463584544e6f78c4b85
parent: 8f1ad7f9fc8fa9a219be22e2975014bb9aa4687e
author: anthony <[email protected]>
date: Mon Jan 4 15:11:52 EST 2010
minor spacing changes in output
--- a/src/fix/main.c
+++ b/src/fix/main.c
@@ -58,7 +58,7 @@
printf(" -h\t\tThis text\n");
printf(" -d\t\tDebug: Don't change image\n");
printf(" -m<hx>\tChange RAM size of cartridge\n");
- printf(" -j\tSet the non-Japanese region flag\n");
+ printf(" -j\t\tSet the non-Japanese region flag\n");
printf(" -p[<hx>]\tPad image to valid size\n"
"\t\tPads to 32/64/128/256/512kB as appropriate\n"
"\t\tAn optional hexadecimal pad value can be supplied (default is 0)");
@@ -495,7 +495,7 @@
fflush(f);
}
if (!(ulOptions & OPTF_QUIET)) {
- printf("\tRegion code set to non-Japan\n");
+ printf("Region code set to non-Japan\n");
}
}
/*