Revision: 55302
          http://sourceforge.net/p/brlcad/code/55302
Author:   carlmoore
Date:     2013-05-02 19:58:21 +0000 (Thu, 02 May 2013)
Log Message:
-----------
make use of 'usage'

Modified Paths:
--------------
    brlcad/trunk/src/sig/smod.c

Modified: brlcad/trunk/src/sig/smod.c
===================================================================
--- brlcad/trunk/src/sig/smod.c 2013-05-02 19:55:49 UTC (rev 55301)
+++ brlcad/trunk/src/sig/smod.c 2013-05-02 19:58:21 UTC (rev 55302)
@@ -103,7 +103,7 @@
                break;
 
            default:            /* '?' */
-               return 0;
+               bu_exit(1, "%s", usage);
        }
     }
 

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to