Revision: 54553
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54553&view=rev
Author:   brlcad
Date:     2013-03-07 05:36:40 +0000 (Thu, 07 Mar 2013)
Log Message:
-----------
gah, fix trailing quote comment typo

Modified Paths:
--------------
    brlcad/trunk/src/adrt/load_g.c

Modified: brlcad/trunk/src/adrt/load_g.c
===================================================================
--- brlcad/trunk/src/adrt/load_g.c      2013-03-07 05:22:59 UTC (rev 54552)
+++ brlcad/trunk/src/adrt/load_g.c      2013-03-07 05:36:40 UTC (rev 54553)
@@ -170,7 +170,7 @@
     if(dir->d_minor_type == ID_NMG)
        return 0;
 
-    /* FIXME: where is this released?  needs a BU_PUT() "
+    /* FIXME: where is this released?  needs a BU_PUT() */
     BU_GET(mesh, struct adrt_mesh_s);
 
     BU_LIST_PUSH(&((*gcvwriter.meshes)->l), &(mesh->l));
@@ -225,7 +225,7 @@
     /* triangulate model */
     nmg_triangulate_model(m, &tol);
 
-    /* FIXME: where is this released?  needs a BU_PUT() "
+    /* FIXME: where is this released?  needs a BU_PUT() */
     BU_GET(mesh, struct adrt_mesh_s);
 
     BU_LIST_PUSH(&((*gcvwriter.meshes)->l), &(mesh->l));
@@ -297,7 +297,7 @@
 
     tie_init(cur_tie, 4096, TIE_KDTREE_FAST);
 
-    /* FIXME: where is this released?  needs a BU_PUT() "
+    /* FIXME: where is this released?  needs a BU_PUT() */
     BU_GET(*meshes, struct adrt_mesh_s);
     BU_LIST_INIT(&((*meshes)->l));
 

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


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to