[Plib-cvs] CVS: plib/src/ssg ssgLoadAC.cxx,1.21,1.22
Brought to you by:
sjbaker
|
From: Steve B. <sj...@us...> - 2002-01-24 15:14:14
|
Update of /cvsroot/plib/plib/src/ssg
In directory usw-pr-cvs1:/tmp/cvs-serv19264/plib/src/ssg
Modified Files:
ssgLoadAC.cxx
Log Message:
Added a newline to the end of js.h to stop G++ 3.0 from whining.
Index: ssgLoadAC.cxx
===================================================================
RCS file: /cvsroot/plib/plib/src/ssg/ssgLoadAC.cxx,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- ssgLoadAC.cxx 2001/12/18 16:35:59 1.21
+++ ssgLoadAC.cxx 2002/01/24 15:14:10 1.22
@@ -661,7 +661,7 @@
firsttime = FALSE ;
if ( ! ulStrNEqual ( s, "AC3D", 4 ) )
- {
+
fclose ( loader_fd ) ;
ulSetError ( UL_WARNING, "ssgLoadAC: '%s' is not in AC3D format.", filename ) ;
return NULL ;
|