Przeglądaj źródła

Add missing return type declaration

Kristoffer Grönlund 11 lat temu
rodzic
commit
ce9b680784
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 }
 
-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;