diff options
Diffstat (limited to 'src/lib/util/vbiparse.h')
-rw-r--r-- | src/lib/util/vbiparse.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/util/vbiparse.h b/src/lib/util/vbiparse.h index c78ba4fe277..b2fb6739f04 100644 --- a/src/lib/util/vbiparse.h +++ b/src/lib/util/vbiparse.h @@ -87,8 +87,7 @@ TYPE DEFINITIONS ***************************************************************************/ -typedef struct _vbi_metadata vbi_metadata; -struct _vbi_metadata +struct vbi_metadata { UINT8 white; /* white flag: on or off */ UINT32 line16; /* line 16 code */ |