removed static declaration before non-instantiated struct; patch by cehoyos ag or at

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21859 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb
2007-01-09 20:02:13 +00:00
parent 2394b7da95
commit ba8331d618

View File

@@ -493,7 +493,7 @@ static int check_status(int fd_frontend, int tmout)
#ifdef HAVE_DVB_HEAD
static struct diseqc_cmd {
struct diseqc_cmd {
struct dvb_diseqc_master_cmd cmd;
uint32_t wait;
};