linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH xawtv3 1/3] get_media_devices.c: Remove superfluous ; add end of functions
@ 2016-02-15 21:20 Hans de Goede
  2016-02-15 21:20 ` [PATCH xawtv3 2/3] mtt: Fix mtt not being able to tune tv channels Hans de Goede
  2016-02-15 21:20 ` [PATCH xawtv3 3/3] Add desktop and appdata files for xawtv, motv and mtt Hans de Goede
  0 siblings, 2 replies; 3+ messages in thread
From: Hans de Goede @ 2016-02-15 21:20 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Hans de Goede

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 common/get_media_devices.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/get_media_devices.c b/common/get_media_devices.c
index a2d6354..619734e 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)
 {
-- 
2.7.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-15 21:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15 21:20 [PATCH xawtv3 1/3] get_media_devices.c: Remove superfluous ; add end of functions Hans de Goede
2016-02-15 21:20 ` [PATCH xawtv3 2/3] mtt: Fix mtt not being able to tune tv channels Hans de Goede
2016-02-15 21:20 ` [PATCH xawtv3 3/3] Add desktop and appdata files for xawtv, motv and mtt Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).