Sfoglia il codice sorgente

Add missing return type declaration

Kristoffer Grönlund 11 anni fa
parent
commit
ce9b680784
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      stb.h

+ 1 - 1
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;