Remove duplicate typedef from minivhd_internal.h. Patch from shermanp.
This commit is contained in:
parent
e791bf372b
commit
c7e5dd93b4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include "minivhd.h" /* Pull in the MVHDMeta typedef */
|
||||
|
||||
#define MVHD_FOOTER_SIZE 512
|
||||
#define MVHD_SPARSE_SIZE 1024
|
||||
|
|
@ -74,7 +75,6 @@ typedef struct MVHDSparseHeader {
|
|||
uint8_t reserved_2[256];
|
||||
} MVHDSparseHeader;
|
||||
|
||||
typedef struct MVHDMeta MVHDMeta;
|
||||
struct MVHDMeta {
|
||||
FILE* f;
|
||||
bool readonly;
|
||||
|
|
|
|||
Loading…
Reference in a new issue