This commit is contained in:
Nikita Ivanov 2022-06-18 22:25:53 +05:00
parent 5916a373f1
commit 3b09a86d0d
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -37,7 +37,6 @@ BEGIN {
for (i = 1; i < ARGC; i++)
process_file(ARGV[i])
for (t in types) {
for (t in types)
printf "%s\t%s\n", t, join(types[t], " ")
}
}