Revision: 54146
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54146&view=rev
Author:   carlmoore
Date:     2013-01-08 20:05:58 +0000 (Tue, 08 Jan 2013)
Log Message:
-----------
add \n in 2 places

Modified Paths:
--------------
    brlcad/trunk/src/proc-db/brickwall.c

Modified: brlcad/trunk/src/proc-db/brickwall.c
===================================================================
--- brlcad/trunk/src/proc-db/brickwall.c        2013-01-08 19:47:57 UTC (rev 
54145)
+++ brlcad/trunk/src/proc-db/brickwall.c        2013-01-08 20:05:58 UTC (rev 
54146)
@@ -151,7 +151,7 @@
                break;
            case '?':
            default:
-               usage("bad command line option");
+               usage("bad command line option\n");
                break;
        }
 
@@ -329,7 +329,7 @@
     /* parse command flags, and make sure there are arguments
      * left over for processing.
      */
-    if (parse_args(ac, av) < ac) usage("Excess command line arguments");
+    if (parse_args(ac, av) < ac) usage("Excess command line arguments\n");
 
 
     /* build the wall

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


------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to