Canonicalize the names of our executable formats.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-21 23:58:08 +02:00
parent b66ba140cb
commit a7fd742c17
8 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ static void show_all_packers(FILE *f, int verbose)
const char *sn = pn.names[i].sname;
if (verbose)
{
con_fprintf(f, " %-32s %s\n", fn, sn);
con_fprintf(f, " %-36s %s\n", fn, sn);
}
else
{