fixed a typo

This commit is contained in:
wangyu- 2017-10-21 20:21:16 -05:00
parent 39f2ead0af
commit 3e7df45d24

View File

@ -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 fec_decode(void *code, void *pkt[], int index[], int sz) ;
int get_k(void *code); int get_k(void *code);
int get_n(void *codev); int get_n(void *code);
/* end of file */ /* end of file */