Update pacextractor.c

This commit is contained in:
HemanthJabalpuri 2019-02-15 13:25:45 +05:30 committed by GitHub
parent 02965135bd
commit 7900ab1ef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}