Add missing return type declaration
This commit is contained in:
parent
3b1480ff10
commit
ce9b680784
2
stb.h
2
stb.h
@ -11050,7 +11050,7 @@ stb_arith_symstate *stb_arith_state_create(int num_sym)
|
|||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
static stb_arith_state_rescale(stb_arith_symstate *s)
|
static void stb_arith_state_rescale(stb_arith_symstate *s)
|
||||||
{
|
{
|
||||||
if (s->pow2 < POW2_LIMIT) {
|
if (s->pow2 < POW2_LIMIT) {
|
||||||
int pcf, cf, cf_next, next, i;
|
int pcf, cf, cf_next, next, i;
|
||||||
|
Loading…
Reference in New Issue
Block a user