Feh
This commit is contained in:
parent
3223228e0b
commit
48b70ea71e
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ static void usage(int argc, char **argv, char *message, ...) {
|
|||
int main(int argc, char **argv) {
|
||||
int fd;
|
||||
ssize_t len;
|
||||
int state = 0;
|
||||
|
||||
uint8_t value = 0,
|
||||
uint8_t state = 0,
|
||||
value = 0,
|
||||
compression = 0,
|
||||
dataLengthLSB = 0,
|
||||
dataLengthMSB = 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue