[Plib-cvs] CVS: plib/src/js js.h,1.12,1.13
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-01-24 15:14:13
|
Update of /cvsroot/plib/plib/src/js In directory usw-pr-cvs1:/tmp/cvs-serv19264/plib/src/js Modified Files: js.h Log Message: Added a newline to the end of js.h to stop G++ 3.0 from whining. Index: js.h =================================================================== RCS file: /cvsroot/plib/plib/src/js/js.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- js.h 2001/11/07 23:51:09 1.12 +++ js.h 2002/01/24 15:14:09 1.13 @@ -726,4 +726,6 @@ } ; //lint -restore -#endif \ No newline at end of file +#endif + + |