Skip to content

Commit

Permalink
Fix anm v0 signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpHP authored Aug 29, 2020
1 parent 87d4d2a commit b30bbf0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions thanm/thanm.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,25 @@ unsigned int option_force;

static const id_format_pair_t formats_v0[] = {
{ 0, "" },
{ 1, "S" },
{ 1, "n" },
{ 2, "ff" },
{ 3, "S" },
{ 4, "S" },
{ 5, "S" },
{ 5, "o" },
{ 6, "" },
{ 7, "" },
{ 8, "" },
{ 9, "fff" },
{ 10, "fSf" },
{ 10, "fff" },
{ 11, "ff" },
{ 12, "SS" },
{ 13, "" },
{ 14, "" },
{ 15, "" },
{ 16, "SS" },
{ 16, "nS" },
{ 17, "fff" },
{ 18, "ffSS" },
{ 19, "ffSS" },
{ 18, "fffS" },
{ 19, "fffS" },
{ 20, "fffS" },
{ 21, "" },
{ 22, "S" },
Expand Down

0 comments on commit b30bbf0

Please sign in to comment.