Revision: 56937
          http://sourceforge.net/p/brlcad/code/56937
Author:   tbrowder2
Date:     2013-08-18 18:49:06 +0000 (Sun, 18 Aug 2013)
Log Message:
-----------
return closing paren to its rightful place

Modified Paths:
--------------
    brlcad/trunk/src/libged/comb.c

Modified: brlcad/trunk/src/libged/comb.c
===================================================================
--- brlcad/trunk/src/libged/comb.c      2013-08-18 18:46:23 UTC (rev 56936)
+++ brlcad/trunk/src/libged/comb.c      2013-08-18 18:49:06 UTC (rev 56937)
@@ -830,8 +830,7 @@
                          "Creating region with attrs: region_id=%d, air=%d, 
los=%d, material_id=%d\n",
                          ident, air,
                          gedp->ged_wdbp->wdb_los_default,
-                         gedp->ged_wdbp->wdb_mat_default
-                          );
+                         gedp->ged_wdbp->wdb_mat_default);
        } else {
            comb->region_flag = 0;
        }

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://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to