1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

remove typedef

This commit is contained in:
Ralph Metzler 2018-01-20 10:37:26 +01:00
parent 00a3e78f69
commit e7d9457ef8

View File

@ -131,7 +131,7 @@ struct ca_descr {
unsigned char cw[8];
};
typedef struct ca_pid {
struct ca_pid {
unsigned int pid;
int index;/* -1 == disable*/
};