From f86bb07027d2a93b3d0abc572d2741f9ee2e795d Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 30 Oct 2019 21:06:15 -0400 Subject: Review comments and documentation --- include/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index db86c184c..ef1c15faa 100644 --- a/include/util.h +++ b/include/util.h @@ -14,7 +14,7 @@ void LoadWordFromTwoHalfwords(u16 *, u32 *); int CountTrailingZeroBits(u32 value); u16 CalcCRC16(const u8 *data, u32 length); u16 CalcCRC16WithTable(const u8 *data, u32 length); -u32 CalcByteArraySum(const u8* data, u32 length); +u32 CalcByteArraySum(const u8 *data, u32 length); void BlendPalette(u16 palOffset, u16 numEntries, u8 coeff, u16 blendColor); void DoBgAffineSet(struct BgAffineDstData * dest, u32 texX, u32 texY, s16 srcX, s16 srcY, s16 sx, s16 sy, u16 alpha); -- cgit v1.2.3