Merge pull request #3 from HemanthJabalpuri/patch-1
Update pacextractor.c
This commit is contained in:
commit
b1dc47344a
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
typedef struct {
|
||||
int16_t someField[24];
|
||||
|
@ -140,4 +141,4 @@ int main(int argc, char** argv) {
|
|||
close(fd);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue