summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_dvdnav.c')
-rw-r--r--stream/stream_dvdnav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c
index f877f5927d..0e37ed6266 100644
--- a/stream/stream_dvdnav.c
+++ b/stream/stream_dvdnav.c
@@ -63,7 +63,7 @@ static dvdnav_priv_t * new_dvdnav_stream(char * filename) {
if (!filename)
return NULL;
- if (!(dvdnav_priv=calloc(1,sizeof(*dvdnav_priv))))
+ if (!(dvdnav_priv=calloc(1,sizeof(dvdnav_priv_t))))
return NULL;
if (!(dvdnav_priv->filename=strdup(filename))) {