[Plib-cvs] CVS: plib/src/sl slDSP.cxx,1.12,1.13
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-03-05 15:27:42
|
Update of /cvsroot/plib/plib/src/sl In directory usw-pr-cvs1:/tmp/cvs-serv12032 Modified Files: slDSP.cxx Log Message: Fixed typo Index: slDSP.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/sl/slDSP.cxx,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- slDSP.cxx 3 Mar 2002 15:28:17 -0000 1.12 +++ slDSP.cxx 5 Mar 2002 15:27:39 -0000 1.13 @@ -832,7 +832,7 @@ msg = "Buffer is too small." ; break; case paramErr: - msg = ("Invalid parameter specified." ; + msg = "Invalid parameter specified." ; break; } |