[Mplayer-cvslog] CVS: main/libao2 ao_oss.c,1.10,1.11
Arpi of Ize
arpi at mplayer.dev.hu
Thu Oct 4 20:26:00 CEST 2001
Update of /cvsroot/mplayer/main/libao2
In directory mplayer:/var/tmp.root/cvs-serv12162
Modified Files:
ao_oss.c
Log Message:
gcc3 warning fixed
Index: ao_oss.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_oss.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ao_oss.c 15 Aug 2001 17:32:47 -0000 1.10
+++ ao_oss.c 4 Oct 2001 18:25:50 -0000 1.11
@@ -93,11 +93,8 @@
close(fd);
return CONTROL_OK;
}
- else
- return CONTROL_ERROR;
}
return CONTROL_ERROR;
- default:
}
return CONTROL_UNKNOWN;
}
More information about the MPlayer-cvslog
mailing list