summaryrefslogtreecommitdiff
path: root/dvbapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'dvbapi.c')
-rw-r--r--dvbapi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/dvbapi.c b/dvbapi.c
index f5adda98..16e8ab8a 100644
--- a/dvbapi.c
+++ b/dvbapi.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.c 1.155 2002/03/08 14:23:29 kls Exp $
+ * $Id: dvbapi.c 1.156 2002/03/08 15:06:37 kls Exp $
*/
#include "dvbapi.h"
@@ -1870,8 +1870,6 @@ int cDvbApi::ProvidesCa(int Ca)
else
others++;
}
- else
- break;
}
return result ? result + others : 0;
}