summaryrefslogtreecommitdiff
path: root/dvbdevice.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-04-13 13:31:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2008-04-13 13:31:00 +0200
commit4ea6edc5a8c603a48b72634ffca3d4fc364511fb (patch)
treeee9fdc474254ec03679998e6d14982a861ca3570 /dvbdevice.c
parent7bc94dbcf4859cf29f602c1a66bba1aadb0b3d63 (diff)
downloadvdr-4ea6edc5a8c603a48b72634ffca3d4fc364511fb.tar.gz
vdr-4ea6edc5a8c603a48b72634ffca3d4fc364511fb.tar.bz2
Fixed formatting
Diffstat (limited to 'dvbdevice.c')
-rw-r--r--dvbdevice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbdevice.c b/dvbdevice.c
index 2019937e..3e603bf0 100644
--- a/dvbdevice.c
+++ b/dvbdevice.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.c 2.1 2008/04/12 11:32:56 kls Exp $
+ * $Id: dvbdevice.c 2.2 2008/04/13 13:31:00 kls Exp $
*/
#include "dvbdevice.h"
@@ -310,7 +310,7 @@ bool cDvbTuner::SetFrontend(void)
else {
esyslog("ERROR: attempt to set channel with unknown DVB frontend type");
return false;
- }
+ }
if (ioctl(fd_frontend, DVBFE_SET_PARAMS, &Frontend) < 0) {
esyslog("ERROR: frontend %d: %m", cardIndex);
return false;