Skip to content

Commit 54be89f

Browse files
committed
nothing honestly
1 parent e3c7367 commit 54be89f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

main.cpp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#include <cstring>
33
#include "image.h"
44

5+
static const unsigned short order[19] = {16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15}; /* permutation of code lengths */
6+
57
int main() {
68
{
79
uint32_t i=0x01020304;
@@ -44,9 +46,5 @@ int main() {
4446
LOGB(compressedData[5]);
4547
LOGB(compressedData[6]);
4648

47-
48-
49-
50-
5149
return 0;
52-
}
50+
}

0 commit comments

Comments
 (0)