Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JadynWong committed Jun 1, 2020
1 parent 1db2bbd commit a3e193b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QQWry/BinaryReaderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace QQWry
{
internal static class BinaryReaderExtensions
public static class BinaryReaderExtensions
{
// Note this MODIFIES THE GIVEN ARRAY then returns a reference to the modified array.
public static byte[] Reverse(this byte[] b)
Expand Down

0 comments on commit a3e193b

Please sign in to comment.