Skip to content

Commit 958cfac

Browse files
authored
Merge pull request #738 from ejohnstown/rm-inline
Remove Inline
2 parents ceb4618 + 49eedd2 commit 958cfac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3660,7 +3660,7 @@ static INLINE byte KeySzForId(byte id)
36603660
}
36613661
}
36623662

3663-
INLINE enum wc_HashType HashForId(byte id)
3663+
enum wc_HashType HashForId(byte id)
36643664
{
36653665
switch (id) {
36663666

0 commit comments

Comments
 (0)