git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10604 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-08-14 01:05:49 +00:00
parent 0ceae373cf
commit 97762d4d57
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@ static int tune_it(int fd_frontend, int fd_sec, unsigned int freq, unsigned int
break; break;
default: default:
mp_msg(MSGT_DEMUX, MSGL_V, "Unknown FE type. Aborting\n"); mp_msg(MSGT_DEMUX, MSGL_V, "Unknown FE type. Aborting\n");
exit(-1); return 0;
} }
usleep(100000); usleep(100000);