Skip to content

Commit 38a9418

Browse files
committed
ugh
1 parent baa4867 commit 38a9418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ static inline uint24_t zig_bit_reverse_u24(uint24_t val, uint8_t bits) {
15941594
return zig_wrap_u24(full_res >> (24 - bits), bits);
15951595
}
15961596

1597-
static inline int16_t zig_bit_reverse_i16(int16_t val, uint8_t bits) {
1597+
static inline int16_t zig_bit_reverse_i24(int16_t val, uint8_t bits) {
15981598
return zig_wrap_i16((int16_t)zig_bit_reverse_u16((uint16_t)val, bits), bits);
15991599
}
16001600
#endif

0 commit comments

Comments
 (0)