Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb - ca: attempt to fix compilation - linuxdvb_ca_class_enabled…
…_notify
  • Loading branch information
perexg committed Jun 20, 2015
1 parent f66b731 commit 217426c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_ca.c
Expand Up @@ -151,7 +151,7 @@ linuxdvb_ca_class_enabled_notify ( void *p, const char *lang )
}

static void
linuxdvb_ca_class_high_bitrate_notify ( void *p )
linuxdvb_ca_class_high_bitrate_notify ( void *p, const char *lang )
{
linuxdvb_ca_t *lca = (linuxdvb_ca_t *) p;
ciplus13_app_ai_data_rate_info(lca, lca->lca_high_bitrate_mode ?
Expand Down

0 comments on commit 217426c

Please sign in to comment.