[unpaker] Fix warning.

This commit is contained in:
lzwdgc 2024-04-02 15:02:56 +03:00
parent 8e4c4cfd64
commit 472152c158

View file

@ -1,5 +1,6 @@
#pragma once
#undef LOBYTE
#define LOBYTE(x) (*((uint8_t *)&(x)))
char decode_f2(char *input, int size, char *output) {