From: Ronny Strutz Date: Thu, 10 Nov 2005 01:48:12 +0000 (+0000) Subject: fix return X-Git-Tag: 2.6.0~5384 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/abc90568682223b7e7998af6f54df6cec6df9e41?ds=sidebyside fix return --- diff --git a/lib/driver/avswitch.cpp b/lib/driver/avswitch.cpp index 9d2ae007..b5c8250e 100644 --- a/lib/driver/avswitch.cpp +++ b/lib/driver/avswitch.cpp @@ -95,7 +95,7 @@ void eAVSwitch::setVideomode(int mode) char *ntsc="ntsc"; int fd; - return 0; + return; //FIXME: bug in driver (cannot set PAL) if((fd = open("/proc/stb/video/videomode", O_WRONLY)) < 0) { printf("cannot open /proc/stb/video/videomode\n");