Revision: 73094
          http://sourceforge.net/p/brlcad/code/73094
Author:   brlcad
Date:     2019-05-20 18:22:51 +0000 (Mon, 20 May 2019)
Log Message:
-----------
missing semicolons

Modified Paths:
--------------
    brlcad/trunk/include/dm/dm-design.h

Modified: brlcad/trunk/include/dm/dm-design.h
===================================================================
--- brlcad/trunk/include/dm/dm-design.h 2019-05-20 14:48:28 UTC (rev 73093)
+++ brlcad/trunk/include/dm/dm-design.h 2019-05-20 18:22:51 UTC (rev 73094)
@@ -53,7 +53,7 @@
 struct dm_view_obj {
     int              draw_type;        /**< @brief obj type - framebuffer, 2D 
lines, 3D lines, triangles, text, grouping object, etc. */
     struct bn_vlist *vlist;            /**< @brief If the object defines 
specific linear or triangular geometry for drawing
-                                                   (text may but is not 
required to, and a framebuffer uses image data) it is here. */
+                                          (text may but is not required to, 
and a framebuffer uses image data) it is here. */
     struct bu_ptbl  *obj_set;          /**< @brief A grouping object may 
define a union of other objects (view and/or db) on which actions will be 
performed */
     void           *image_data;
     mat_t           matrix;
@@ -115,7 +115,7 @@
     "width"          "Width of display window."
     "height"         "Height of display window."
     "\0"
-}
+};
 
 const char *dm_obj_common_reserved_settings[] = {
     "local_mat"      "Local positioning matrix, used (for example) during 
object editing manipulations."
@@ -126,7 +126,7 @@
     "visible"        "Flag telling the display manager that the object is (or 
isn't) supposed to be visible in the view."
     "highlight"      "Flag telling the display manager to highlight this 
object."
     "\0"
-}
+};
 
 /* Structure of dm will (hopefully) be internal to libdm, so use a typedef for 
the functions */
 typdef struct dm dm_s;

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to