This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/xawtv3.git tree:
Subject: get_media_devices.c: Remove superfluous ; add end of functions Author: Hans de Goede <[email protected]> Date: Thu Feb 11 13:11:48 2016 +0100 Signed-off-by: Hans de Goede <[email protected]> common/get_media_devices.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- http://git.linuxtv.org/cgit.cgi/xawtv3.git/commit/?id=5ccb09b039bcc517293bd1013faa86719a950a51 diff --git a/common/get_media_devices.c b/common/get_media_devices.c index a2d6354aca92..619734ea8ceb 100644 --- a/common/get_media_devices.c +++ b/common/get_media_devices.c @@ -227,7 +227,7 @@ static int add_v4l_class(struct media_device_entry *md) md->type = MEDIA_V4L_SUBDEV; return 0; -}; +} static int add_snd_class(struct media_device_entry *md) { @@ -270,7 +270,7 @@ static int add_snd_class(struct media_device_entry *md) md->node = strdup(node); return 0; -}; +} static int add_dvb_class(struct media_device_entry *md) { @@ -294,7 +294,7 @@ static int add_dvb_class(struct media_device_entry *md) md->type = MEDIA_DVB_OSD; return 0; -}; +} static int sort_media_device_entry(const void *a, const void *b) { _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
