[Mplayer-cvslog] CVS: main/libao2 ao_plugin.c,1.6,1.7
Stephen Davies
steve at mplayer.dev.hu
Sun Dec 23 20:09:27 CET 2001
Update of /cvsroot/mplayer/main/libao2
In directory mplayer:/var/tmp.root/cvs-serv7675/libao2
Modified Files:
ao_plugin.c
Log Message:
fix comment typo
Index: ao_plugin.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_plugin.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ao_plugin.c 13 Dec 2001 23:37:57 -0000 1.6
+++ ao_plugin.c 23 Dec 2001 19:09:24 -0000 1.7
@@ -57,7 +57,7 @@
if(cnt >= 100)
return 0;
- // Is this the last itteration or just another plugin
+ // Is this the last iteration or just another plugin
if(cfg[cnt]=='\0'){
ao_plugin_local_data.plugins=malloc((i+1)*sizeof(ao_plugin_functions_t*));
if(ao_plugin_local_data.plugins){
More information about the MPlayer-cvslog
mailing list