diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-10 01:48:12 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-10 01:48:12 +0000 |
| commit | abc90568682223b7e7998af6f54df6cec6df9e41 (patch) | |
| tree | 611dd21186ac8c0b160db7b17a25c97e17110f27 /lib/driver | |
| parent | e809534d8af6a2f742dbc6d1341c7df804a42234 (diff) | |
| download | enigma2-abc90568682223b7e7998af6f54df6cec6df9e41.tar.gz enigma2-abc90568682223b7e7998af6f54df6cec6df9e41.zip | |
fix return
Diffstat (limited to 'lib/driver')
| -rw-r--r-- | lib/driver/avswitch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
