瀏覽代碼

fixed a typo

wangyu- 8 年之前
父節點
當前提交
3e7df45d24
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/fec.h

+ 1 - 1
lib/fec.h

@@ -51,6 +51,6 @@ void fec_encode(void *code, void *src[], void *dst, int index, int sz) ;
 int fec_decode(void *code, void *pkt[], int index[], int sz) ;
 
 int get_k(void *code);
-int get_n(void *codev);
+int get_n(void *code);
 
 /* end of file */