Skip to content

Commit

Permalink
Ptr type
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyl20 committed Feb 6, 2024
1 parent 97acb07 commit bc9aed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/ByteString/Internal/Pure.hs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ encodeUnsignedHex' !v !orig_ptr !next_ptr = do
_ -> encodeUnsignedHex' q orig_ptr (plusPtr next_ptr 1)


lower_hex_table :: Ptr ()
lower_hex_table :: Ptr Word16
lower_hex_table = Ptr
"000102030405060708090a0b0c0d0e0f\
\101112131415161718191a1b1c1d1e1f\
Expand Down

0 comments on commit bc9aed6

Please sign in to comment.