Revision: 42104
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42104&view=rev
Author:   brlcad
Date:     2011-01-12 00:32:56 +0000 (Wed, 12 Jan 2011)

Log Message:
-----------
trailing comma at end of enumerator list makes gcc unhappy

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/brep/brep.cpp

Modified: brlcad/trunk/src/librt/primitives/brep/brep.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/brep/brep.cpp     2011-01-12 00:32:35 UTC 
(rev 42103)
+++ brlcad/trunk/src/librt/primitives/brep/brep.cpp     2011-01-12 00:32:56 UTC 
(rev 42104)
@@ -456,11 +456,11 @@
        CLEAN_MISS,
        NEAR_HIT,
        NEAR_MISS,
-       CRACK_HIT, //applied to first point of two near_miss points with same 
normal direction, second point removed
+       CRACK_HIT //applied to first point of two near_miss points with same 
normal direction, second point removed
     };
     enum hit_direction {
        ENTERING,
-       LEAVING,
+       LEAVING
     };
 
     const ON_BrepFace& face;


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to