Skip to content

Commit

Permalink
fix(shfreftable): turned mshp from i8 to byte
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzogentile404 committed May 23, 2024
1 parent 25f3160 commit abe5d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reftables/shf_reftable.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(defcolumns
(IOMF :binary)
(BYTE1 :byte)
(MSHP :i8)
(MSHP :byte)
(LAS :byte)
(RAP :byte)
(ONES :byte))
Expand Down

0 comments on commit abe5d24

Please sign in to comment.