Add missing return type declaration

master
Kristoffer Grönlund ago%!(EXTRA string=11 years)
parent 3b1480ff10
commit ce9b680784
  1. 2
      stb.h

@ -11050,7 +11050,7 @@ stb_arith_symstate *stb_arith_state_create(int num_sym)
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) {
int pcf, cf, cf_next, next, i;

Loading…
Cancel
Save