Skip to content
Snippets Groups Projects
Commit 9550fd19 authored by Niels Möller's avatar Niels Möller
Browse files

Deleted an unused variable.

parent 17a0f7e8
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ static uint8_t q1(uint8_t x) ...@@ -104,7 +104,7 @@ static uint8_t q1(uint8_t x)
int int
main(void) main(void)
{ {
unsigned i, j; unsigned i;
printf("static const uint8_t q0[256] = {"); printf("static const uint8_t q0[256] = {");
for (i = 0; i < 256; i++) { for (i = 0; i < 256; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment