瀏覽代碼

Add missing return type declaration

Kristoffer Grönlund 11 年之前
父節點
當前提交
ce9b680784
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;