QR Code Lives!

This commit is contained in:
hooper114 2009-10-11 19:52:13 +00:00
parent b6828d48e7
commit de7219126a
3 changed files with 510 additions and 21 deletions

View file

@ -248,6 +248,7 @@ void free_rs_cache(void)
free_rs_char(rs);
rs = next;
}
rslist = NULL;
}
/* The guts of the Reed-Solomon encoder, meant to be #included