X-Git-Url: https://git.sur5r.net/?p=iec16022;a=blobdiff_plain;f=reedsol.h;h=b4cad8037af9b52cad7b6114223e419bb328a40c;hp=d889efaf386bffe7fa258bcaf36cee25dd93a5a6;hb=HEAD;hpb=81dd1b1b5dfd4246f61ec1ccda6a297bc398673c diff --git a/reedsol.h b/reedsol.h index d889efa..b4cad80 100644 --- a/reedsol.h +++ b/reedsol.h @@ -1,4 +1,4 @@ -/** +/** * * This is a simple Reed-Solomon encoder * (C) Cliff Hones 2004 @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - */ + */ #ifndef __REEDSOL_H #define __REEDSOL_H @@ -26,4 +26,4 @@ void rs_init_gf(int poly); void rs_init_code(int nsym, int index); void rs_encode(int len, unsigned char *data, unsigned char *res); -#endif /* __REEDSOL_H */ +#endif /* __REEDSOL_H */