This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-utils.git tree:

Subject: libdvbv5: remove accidentially committed hunk
Author:  Gregor Jasny <gja...@googlemail.com>
Date:    Fri May 18 23:17:11 2012 +0200

Signed-off-by: Gregor Jasny <gja...@googlemail.com>

 lib/libdvbv5/libsat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=0f3133b9b7131d13d05919f0afc14b83f1776717

diff --git a/lib/libdvbv5/libsat.c b/lib/libdvbv5/libsat.c
index 126dc4e..25057a6 100644
--- a/lib/libdvbv5/libsat.c
+++ b/lib/libdvbv5/libsat.c
@@ -131,7 +131,7 @@ void print_all_lnb(void)
        }
 }
 
-const struct dvb_sat_lnb *dvb_sat_get_lnb(int i)
+struct dvb_sat_lnb *dvb_sat_get_lnb(int i)
 {
        if (i < 0 || i >= ARRAY_SIZE(lnb))
                return NULL;

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to