add a \n after whole cache fill.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16871 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2005-10-27 06:55:05 +00:00
parent 3c36f7defb
commit 997fc285dc
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ int stream_enable_cache(stream_t *stream,int size,int min,int seek_limit){
if(mp_input_check_interrupt(PREFILL_SLEEP_TIME))
return 0;
}
mp_msg(MSGT_CACHE,MSGL_STATUS,"\n");
return 1; // parent exits
}