[Mplayer-cvslog] CVS: main/libdha test.c,1.2,1.3
Diego Biurrun CVS
diego at mplayerhq.hu
Wed Dec 24 23:00:52 CET 2003
Update of /cvsroot/mplayer/main/libdha
In directory mail:/tmp/cvs-serv7282/libdha
Modified Files:
test.c
Log Message:
occured --> occurred typo patch by Clinton Roy <croy at dstc.edu.au>
Index: test.c
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- test.c 31 Mar 2003 00:14:13 -0000 1.2
+++ test.c 24 Dec 2003 22:00:50 -0000 1.3
@@ -11,7 +11,7 @@
err = pci_scan(lst,&num_pci);
if(err)
{
- printf("Error occured during pci scan: %s\n",strerror(err));
+ printf("Error occurred during pci scan: %s\n",strerror(err));
return EXIT_FAILURE;
}
else
More information about the MPlayer-cvslog
mailing list