From 27135e55cf961bc12c59c368ebe0f0663288e34c Mon Sep 17 00:00:00 2001 From: wangyu- Date: Thu, 14 Sep 2017 12:00:52 -0500 Subject: [PATCH] trival --- lib/rs.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/rs.c b/lib/rs.c index aaf8a02..f4d9434 100644 --- a/lib/rs.c +++ b/lib/rs.c @@ -6,19 +6,19 @@ */ #include "rs.h" -void rs_encode(void *code,void *data[],int size) +void rs_encode(void *code,char *data[],int size) { int k=get_k(code); int n=get_n(code); for(int i=k;i