Skip to content

Commit

Permalink
Merge pull request divinebird#3 from HemanthJabalpuri/patch-1
Browse files Browse the repository at this point in the history
Update pacextractor.c
  • Loading branch information
divinebird authored May 20, 2019
2 parents 0296513 + 7900ab1 commit b1dc473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pacextractor.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <sys/types.h>
#include <unistd.h>
#include <stdint.h>
#include <sys/stat.h>

typedef struct {
int16_t someField[24];
Expand Down Expand Up @@ -140,4 +141,4 @@ int main(int argc, char** argv) {
close(fd);

return EXIT_SUCCESS;
}
}

0 comments on commit b1dc473

Please sign in to comment.