Revision: 41174
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41174&view=rev
Author:   brlcad
Date:     2010-10-29 18:11:24 +0000 (Fri, 29 Oct 2010)

Log Message:
-----------
add missing return statement for failure

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/schema.cc

Modified: brlcad/trunk/src/conv/step/schema.cc
===================================================================
--- brlcad/trunk/src/conv/step/schema.cc        2010-10-29 18:11:03 UTC (rev 
41173)
+++ brlcad/trunk/src/conv/step/schema.cc        2010-10-29 18:11:24 UTC (rev 
41174)
@@ -26,5 +26,6 @@
 {
     if(!strcmp(schemaName, "config_control_design"))
         return (SCLP23(Model_contents_ptr)) new 
SdaiModel_contents_config_control_design; 
+    return (SCLP23(Model_contents_ptr))NULL;
 }
 #endif


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to