[MPlayer-cvslog] r30395 - trunk/stream/cache2.c
reimar
subversion at mplayerhq.hu
Sat Jan 23 11:54:03 CET 2010
Author: reimar
Date: Sat Jan 23 11:54:03 2010
New Revision: 30395
Log:
Reindent.
Modified:
trunk/stream/cache2.c
Modified: trunk/stream/cache2.c
==============================================================================
--- trunk/stream/cache2.c Sat Jan 23 11:53:28 2010 (r30394)
+++ trunk/stream/cache2.c Sat Jan 23 11:54:03 2010 (r30395)
@@ -287,10 +287,10 @@ void cache_uninit(stream_t *s) {
cache_vars_t* c = s->cache_data;
if(s->cache_pid) {
#if defined(__MINGW32__) || defined(PTHREAD_CACHE) || defined(__OS2__)
- cache_do_control(s, -2, NULL);
+ cache_do_control(s, -2, NULL);
#else
- kill(s->cache_pid,SIGKILL);
- waitpid(s->cache_pid,NULL,0);
+ kill(s->cache_pid,SIGKILL);
+ waitpid(s->cache_pid,NULL,0);
#endif
s->cache_pid = 0;
}
More information about the MPlayer-cvslog
mailing list